AWSEC2DescribeLocalGatewayVirtualInterfaceGroupsResult
Objective-C
@interface AWSEC2DescribeLocalGatewayVirtualInterfaceGroupsResult
Swift
class AWSEC2DescribeLocalGatewayVirtualInterfaceGroupsResult
-
The virtual interface groups.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2LocalGatewayVirtualInterfaceGroup *> *_Nullable localGatewayVirtualInterfaceGroups;Swift
var localGatewayVirtualInterfaceGroups: [AWSEC2LocalGatewayVirtualInterfaceGroup]? { get set } -
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSEC2DescribeLocalGatewayVirtualInterfaceGroupsResult Class Reference