Class: Aws::EC2::Types::CapacityAllocationMetadataEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CapacityAllocationMetadataEntry
- Defined in:
- gems/aws-sdk-ec2/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.
5028 5029 5030 5031 5032 5033 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5028 class CapacityAllocationMetadataEntry < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the metadata entry.
5028 5029 5030 5031 5032 5033 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5028 class CapacityAllocationMetadataEntry < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |