AWSEC2ModifyTransitGatewayPrefixListReferenceResult
Objective-C
@interface AWSEC2ModifyTransitGatewayPrefixListReferenceResult
Swift
class AWSEC2ModifyTransitGatewayPrefixListReferenceResult
-
Information about the prefix list reference.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2TransitGatewayPrefixListReference *_Nullable transitGatewayPrefixListReference;
Swift
var transitGatewayPrefixListReference: AWSEC2TransitGatewayPrefixListReference? { get set }