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. cloudformations A collection of AWS CloudFormation stacks. See cloudformation below for additional details. id Type of AWS resource collection to create (same value as type). region Optional. tags AWS tags used to filter the resources in the resource collection. See tags below for additional details. type Optional.
const
GetResourceCollectionResult.fromMap(Map<String, dynamic> map)
factory

Properties

cloudformations List<GetResourceCollectionCloudformation>?
A collection of AWS CloudFormation stacks. See cloudformation below 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
tags List<GetResourceCollectionTag>?
AWS tags used to filter the resources in the resource collection. See tags below 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