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)


71904
71905
71906
71907
71908
71909
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71904

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

#tagsArray<Types::Tag>

The tags.

Returns:



71904
71905
71906
71907
71908
71909
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71904

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