Class: Aws::EC2::Types::SpotFleetTagSpecification

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

Overview

The tags for a Spot Fleet resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_typeString

The type of resource. Currently, the only resource type that is supported is instance. To tag the Spot Fleet request on creation, use the TagSpecifications parameter in SpotFleetRequestConfigData.

Returns:

  • (String)


62019
62020
62021
62022
62023
62024
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62019

class SpotFleetTagSpecification < Struct.new(
  :resource_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags.

Returns:



62019
62020
62021
62022
62023
62024
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62019

class SpotFleetTagSpecification < Struct.new(
  :resource_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end