GetAttributeValuesRequest

public struct GetAttributeValuesRequest : AWSShape
extension Pricing.GetAttributeValuesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the attribute that you want to retrieve the values for, such as volumeType.

    Declaration

    Swift

    public let attributeName: String
  • The maximum number of results to return in 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 service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an EC2 attribute, use AmazonEC2.

    Declaration

    Swift

    public let serviceCode: String
  • Undocumented

    Declaration

    Swift

    public init(attributeName: String, maxResults: Int? = nil, nextToken: String? = nil, serviceCode: String)
  • Declaration

    Swift

    public func validate(name: String) throws