AWSEC2LocalGatewayVirtualInterfaceGroup
Objective-C
@interface AWSEC2LocalGatewayVirtualInterfaceGroup
Swift
class AWSEC2LocalGatewayVirtualInterfaceGroup
Describes a local gateway virtual interface group.
-
The ID of the local gateway.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable localGatewayId;
Swift
var localGatewayId: String? { get set }
-
The ID of the virtual interface group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable localGatewayVirtualInterfaceGroupId;
Swift
var localGatewayVirtualInterfaceGroupId: String? { get set }
-
The IDs of the virtual interfaces.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable localGatewayVirtualInterfaceIds;
Swift
var localGatewayVirtualInterfaceIds: [String]? { get set }
-
The ID of the Amazon Web Services account that owns the local gateway virtual interface group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ownerId;
Swift
var ownerId: String? { get set }