ListConfigurationsResponse

public struct ListConfigurationsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Returns configuration details, including the configuration ID, attribute names, and attribute values.

    Declaration

    Swift

    public let configurations: [[String : String]]?
  • Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100 items, but you set ListConfigurationsRequest$maxResults to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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