Class: Aws::Redshift::Types::AccountAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::AccountAttribute
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
A name value pair that describes an aspect of an account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The name of the attribute.
-
#attribute_values ⇒ Array<Types::AttributeValueTarget>
A list of attribute values.
Instance Attribute Details
#attribute_name ⇒ String
The name of the attribute.
69 70 71 72 73 74 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 69 class AccountAttribute < Struct.new( :attribute_name, :attribute_values) SENSITIVE = [] include Aws::Structure end |
#attribute_values ⇒ Array<Types::AttributeValueTarget>
A list of attribute values.
69 70 71 72 73 74 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 69 class AccountAttribute < Struct.new( :attribute_name, :attribute_values) SENSITIVE = [] include Aws::Structure end |