AWSEC2SpotFleetTagSpecification
Objective-C
@interface AWSEC2SpotFleetTagSpecification
Swift
class AWSEC2SpotFleetTagSpecification
The tags for a Spot Fleet resource.
-
The type of resource. Currently, the only resource type that is supported is
instance
. To tag the Spot Fleet request on creation, use theTagSpecifications
parameter inSpotFleetRequestConfigData
.Declaration
Objective-C
@property (nonatomic) AWSEC2ResourceType resourceType;
Swift
var resourceType: AWSEC2ResourceType { get set }