Class: Aws::EC2::Types::AccountAttribute

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

Overview

Describes an account attribute.

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the account attribute.

Returns:

  • (String)


200
201
202
203
204
# File 'lib/aws-sdk-ec2/types.rb', line 200

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

#attribute_valuesArray<Types::AccountAttributeValue>

One or more values for the account attribute.

Returns:



200
201
202
203
204
# File 'lib/aws-sdk-ec2/types.rb', line 200

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