DescribeInstanceTypeOfferingsRequest
public struct DescribeInstanceTypeOfferingsRequest : AWSShape
extension EC2.DescribeInstanceTypeOfferingsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Declaration
Swift
public let dryRun: Bool?
-
One or more filters. Filter names and values are case-sensitive. location - This depends on the location type. For example, if the location type is region (default), the location is the Region code (for example, us-east-2.) instance-type - The instance type.
Declaration
Swift
public let filters: [Filter]?
-
The location type.
Declaration
Swift
public let locationType: LocationType?
-
The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the next token value.
Declaration
Swift
public let maxResults: Int?
-
The token to retrieve the next page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(dryRun: Bool? = nil, filters: [Filter]? = nil, locationType: LocationType? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> EC2.DescribeInstanceTypeOfferingsRequest