You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApplicationDiscoveryService::Types::ListConfigurationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#configurationsArray<Hash<String,String>>

Returns configuration details, including the configuration ID, attribute names, and attribute values.

Returns:

  • (Array<Hash<String,String>>)

    Returns configuration details, including the configuration ID, attribute names, and attribute values.

#next_tokenString

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.

Returns:

  • (String)

    Token to retrieve the next set of results.