Class: Aws::Redshift::Types::AccountAttribute

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

Overview

A name value pair that describes an aspect of an account.

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the attribute.

Returns:

  • (String)


63
64
65
66
67
# File 'lib/aws-sdk-redshift/types.rb', line 63

class AccountAttribute < Struct.new(
  :attribute_name,
  :attribute_values)
  include Aws::Structure
end

#attribute_valuesArray<Types::AttributeValueTarget>

A list of attribute values.

Returns:



63
64
65
66
67
# File 'lib/aws-sdk-redshift/types.rb', line 63

class AccountAttribute < Struct.new(
  :attribute_name,
  :attribute_values)
  include Aws::Structure
end