AWSEC2DescribeVpcClassicLinkResult
Objective-C
@interface AWSEC2DescribeVpcClassicLinkResult
Swift
class AWSEC2DescribeVpcClassicLinkResult
-
The ClassicLink status of the VPCs.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2VpcClassicLink *> *_Nullable vpcs;
Swift
var vpcs: [AWSEC2VpcClassicLink]? { get set }