ListConfigurationsResponse class
Properties
-
configurations
→ List<Map<String, String>>?
-
Returns configuration details, including the configuration ID, attribute
names, and attribute values.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
nextToken
→ 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.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited