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

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

Overview

Describes an account attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the account attribute.

Returns:

  • (String)


452
453
454
455
456
457
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 452

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

#attribute_valuesArray<Types::AccountAttributeValue>

The values for the account attribute.

Returns:



452
453
454
455
456
457
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 452

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