Class: Aws::Redshift::Types::AccountAttributeList

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#account_attributesArray<Types::AccountAttribute>

A list of attributes assigned to an account.

Returns:



75
76
77
78
# File 'lib/aws-sdk-redshift/types.rb', line 75

class AccountAttributeList < Struct.new(
  :account_attributes)
  include Aws::Structure
end