Class: Aws::EC2::Types::CapacityAllocationMetadataEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#keyString

The key of the metadata entry.

Returns:

  • (String)


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

#valueString

The value of the metadata entry.

Returns:

  • (String)


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