Class: Aws::EC2::Types::AccountAttributeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AccountAttributeValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a value of an account attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_value ⇒ String
The value of the attribute.
Instance Attribute Details
#attribute_value ⇒ String
The value of the attribute.
467 468 469 470 471 |
# File 'lib/aws-sdk-ec2/types.rb', line 467 class AccountAttributeValue < Struct.new( :attribute_value) SENSITIVE = [] include Aws::Structure end |