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