AWSEC2ClassicLinkInstance
Objective-C
@interface AWSEC2ClassicLinkInstance
Swift
class AWSEC2ClassicLinkInstance
Deprecated.
Describes a linked EC2-Classic instance.
-
The security groups.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2GroupIdentifier *> *_Nullable groups;
Swift
var groups: [AWSEC2GroupIdentifier]? { get set }
-
The ID of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }
-
The ID of the VPC.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vpcId;
Swift
var vpcId: String? { get set }