Learn R Programming

paws.database (version 0.1.5)

redshift_describe_account_attributes: Returns a list of attributes attached to an account

Description

Returns a list of attributes attached to an account

Usage

redshift_describe_account_attributes(AttributeNames)

Arguments

AttributeNames

A list of attribute names.

Request syntax

svc$describe_account_attributes(
  AttributeNames = list(
    "string"
  )
)