Class: Aws::EC2::Types::SpotFleetTagSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SpotFleetTagSpecification
- 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
-
#resource_type ⇒ String
The type of resource.
-
#tags ⇒ Array<Types::Tag>
The tags.
Instance Attribute Details
#resource_type ⇒ String
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.
77129 77130 77131 77132 77133 77134 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 77129 class SpotFleetTagSpecification < Struct.new( :resource_type, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags.
77129 77130 77131 77132 77133 77134 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 77129 class SpotFleetTagSpecification < Struct.new( :resource_type, :tags) SENSITIVE = [] include Aws::Structure end |