DescribeReservedElasticsearchInstanceOfferingsRequest
public struct DescribeReservedElasticsearchInstanceOfferingsRequest : AWSShape
extension ElasticsearchService.DescribeReservedElasticsearchInstanceOfferingsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Set this value to limit the number of results returned. If not specified, defaults to 100.
Declaration
Swift
public let maxResults: Int?
-
NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.
Declaration
Swift
public let nextToken: String?
-
The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
Declaration
Swift
public let reservedElasticsearchInstanceOfferingId: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, reservedElasticsearchInstanceOfferingId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> ElasticsearchService.DescribeReservedElasticsearchInstanceOfferingsRequest