AWSEC2RegisterInstanceTagAttributeRequest

Objective-C

@interface AWSEC2RegisterInstanceTagAttributeRequest

Swift

class AWSEC2RegisterInstanceTagAttributeRequest

Information about the tag keys to register for the current Region. You can either specify individual tag keys or register all tag keys in the current Region. You must specify either IncludeAllTagsOfInstance or InstanceTagKeys in the request

  • Indicates whether to register all tag keys in the current Region. Specify true to register all tag keys.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable includeAllTagsOfInstance;

    Swift

    var includeAllTagsOfInstance: NSNumber? { get set }
  • The tag keys to register.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable instanceTagKeys;

    Swift

    var instanceTagKeys: [String]? { get set }