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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


61170
61171
61172
61173
61174
61175
# File 'lib/aws-sdk-ec2/types.rb', line 61170

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

#tagsArray<Types::Tag>

The tags.

Returns:



61170
61171
61172
61173
61174
61175
# File 'lib/aws-sdk-ec2/types.rb', line 61170

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