Class: Aws::EC2::Types::CapacityAllocationMetadataEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CapacityAllocationMetadataEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
A key-value pair that provides additional metadata about a capacity allocation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key of the metadata entry.
-
#value ⇒ String
The value of the metadata entry.
Instance Attribute Details
#key ⇒ String
The key of the metadata entry.
5078 5079 5080 5081 5082 5083 |
# File 'lib/aws-sdk-ec2/types.rb', line 5078 class CapacityAllocationMetadataEntry < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the metadata entry.
5078 5079 5080 5081 5082 5083 |
# File 'lib/aws-sdk-ec2/types.rb', line 5078 class CapacityAllocationMetadataEntry < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |