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)


120
121
122
123
124
# File 'lib/aws-sdk-ec2/types.rb', line 120

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:



120
121
122
123
124
# File 'lib/aws-sdk-ec2/types.rb', line 120

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