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)


61926
61927
61928
61929
61930
61931
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61926

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

#tagsArray<Types::Tag>

The tags.

Returns:



61926
61927
61928
61929
61930
61931
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61926

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