ListConfigurationSetsResponse class

An object that contains information about the configuration sets for your account in the current region.

Constructors

ListConfigurationSetsResponse({List<String>? configurationSets, String? nextToken})
ListConfigurationSetsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

configurationSets List<String>?
An object that contains a list of configuration sets for your account in the current region.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.
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

Operators

operator ==(Object other) bool
The equality operator.
inherited