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)


485
486
487
488
489
490
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 485

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

#attribute_valuesArray<Types::AccountAttributeValue>

The values for the account attribute.

Returns:



485
486
487
488
489
490
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 485

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