AWSEC2DescribeVpcClassicLinkDnsSupportRequest
Objective-C
@interface AWSEC2DescribeVpcClassicLinkDnsSupportRequest
Swift
class AWSEC2DescribeVpcClassicLinkDnsSupportRequest
-
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned
nextToken
value.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;
Swift
var maxResults: NSNumber? { get set }
-
The token for the next page of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
One or more VPC IDs.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable vpcIds;
Swift
var vpcIds: [String]? { get set }