GetResourceResult class
Result data returned by getResource.
Constructors
- GetResourceResult({String? id, String? identifier, String? properties, String? region, String? roleArn, String? typeName, String? typeVersionId})
-
Creates a new GetResourceResult.
idThe provider-assigned unique ID for this managed resource.identifierOptional.propertiesJSON string matching the CloudFormation resource type schema with current configuration.regionOptional.roleArnOptional.typeNameOptional.typeVersionIdOptional.const -
GetResourceResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The provider-assigned unique ID for this managed resource.
final
- identifier → String?
-
final
- properties → String?
-
JSON string matching the CloudFormation resource type schema with current configuration.
final
- region → String?
-
final
- roleArn → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- typeName → String?
-
final
- typeVersionId → 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