GetAttributeValuesResponse

public struct GetAttributeValuesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of values for an attribute. For example, Throughput Optimized HDD and Provisioned IOPS are two available values for the AmazonEC2 volumeType.

    Declaration

    Swift

    public let attributeValues: [AttributeValue]?
  • The pagination token that indicates the next set of results to retrieve.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(attributeValues: [AttributeValue]? = nil, nextToken: String? = nil)