AWSEC2TransitGatewayPolicyRuleMetaData
Objective-C
@interface AWSEC2TransitGatewayPolicyRuleMetaData
Swift
class AWSEC2TransitGatewayPolicyRuleMetaData
Describes the meta data tags associated with a transit gateway policy rule.
-
The key name for the transit gateway policy rule meta data tag.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable metaDataKey;
Swift
var metaDataKey: String? { get set }
-
The value of the key for the transit gateway policy rule meta data tag.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable metaDataValue;
Swift
var metaDataValue: String? { get set }