GetResourceCollectionResult class
Result data returned by getResourceCollection.
Constructors
-
GetResourceCollectionResult({List<
GetResourceCollectionCloudformation> ? cloudformations, String? id, String? region, List<GetResourceCollectionTag> ? tags, String? type}) -
Creates a new GetResourceCollectionResult.
cloudformationsA collection of AWS CloudFormation stacks. Seecloudformationbelow for additional details.idType of AWS resource collection to create (same value astype).regionOptional.tagsAWS tags used to filter the resources in the resource collection. Seetagsbelow for additional details.typeOptional.const -
GetResourceCollectionResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
cloudformations
→ List<
GetResourceCollectionCloudformation> ? -
A collection of AWS CloudFormation stacks. See
cloudformationbelow for additional details.final - hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
Type of AWS resource collection to create (same value as
type).final - region → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
AWS tags used to filter the resources in the resource collection. See
tagsbelow for additional details.final - type → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited