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. id The provider-assigned unique ID for this managed resource. identifier Optional. properties JSON string matching the CloudFormation resource type schema with current configuration. region Optional. roleArn Optional. typeName Optional. typeVersionId Optional.
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