DescribeServicesRequest
public struct DescribeServicesRequest : AWSShape
extension Pricing.DescribeServicesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The format version that you want the response to be in. Valid values are: aws_v1
Declaration
Swift
public let formatVersion: String?
-
The maximum number of results that you want returned in the response.
Declaration
Swift
public let maxResults: Int?
-
The pagination token that indicates the next set of results that you want to retrieve.
Declaration
Swift
public let nextToken: String?
-
The code for the service whose information you want to retrieve, such as AmazonEC2. You can use the ServiceCode to filter the results in a GetProducts call. To retrieve a list of all services, leave this blank.
Declaration
Swift
public let serviceCode: String?
-
Undocumented
Declaration
Swift
public init(formatVersion: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, serviceCode: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Pricing.DescribeServicesRequest