Class: Aws::EC2::Types::AccountAttributeValue

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

Overview

Describes a value of an account attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_valueString

The value of the attribute.

Returns:

  • (String)


467
468
469
470
471
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 467

class AccountAttributeValue < Struct.new(
  :attribute_value)
  SENSITIVE = []
  include Aws::Structure
end