AWSEC2RequestIpamResourceTag

Objective-C

@interface AWSEC2RequestIpamResourceTag

Swift

class AWSEC2RequestIpamResourceTag

A tag on an IPAM resource.

  • key

    The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable key;

    Swift

    var key: String? { get set }
  • The value for the tag.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable value;

    Swift

    var value: String? { get set }