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)


62043
62044
62045
62046
62047
62048
# File 'lib/aws-sdk-ec2/types.rb', line 62043

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

#tagsArray<Types::Tag>

The tags.

Returns:



62043
62044
62045
62046
62047
62048
# File 'lib/aws-sdk-ec2/types.rb', line 62043

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