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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attribute_nameString

The name of the attribute.

Returns:

  • (String)


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_valuesArray<Types::AttributeValueTarget>

A list of attribute values.

Returns:



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