AWSEC2CreateDefaultVpcResult

Objective-C

@interface AWSEC2CreateDefaultVpcResult

Swift

class AWSEC2CreateDefaultVpcResult
  • vpc

    Information about the VPC.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2Vpc *_Nullable vpc;

    Swift

    var vpc: AWSEC2Vpc? { get set }