AWSEC2LaunchTemplateTagSpecificationRequest
Objective-C
@interface AWSEC2LaunchTemplateTagSpecificationRequest
Swift
class AWSEC2LaunchTemplateTagSpecificationRequest
The tags specification for the launch template.
-
The type of resource to tag. Currently, the resource types that support tagging on creation are
instance
andvolume
. To tag a resource after it has been created, see CreateTags.Declaration
Objective-C
@property (nonatomic) AWSEC2ResourceType resourceType;
Swift
var resourceType: AWSEC2ResourceType { get set }