AWSEC2VpcAttachment

Objective-C

@interface AWSEC2VpcAttachment

Swift

class AWSEC2VpcAttachment

Describes an attachment between a virtual private gateway and a VPC.

  • The current state of the attachment.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2AttachmentStatus state;

    Swift

    var state: AWSEC2AttachmentStatus { get set }
  • The ID of the VPC.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable vpcId;

    Swift

    var vpcId: String? { get set }