GetCoreDefinitionResponse class

Constructors

GetCoreDefinitionResponse({String? arn, String? creationTimestamp, String? id, String? lastUpdatedTimestamp, String? latestVersion, String? latestVersionArn, String? name, Map<String, String>? tags})
GetCoreDefinitionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the definition.
final
creationTimestamp String?
The time, in milliseconds since the epoch, when the definition was created.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the definition.
final
lastUpdatedTimestamp String?
The time, in milliseconds since the epoch, when the definition was last updated.
final
latestVersion String?
The ID of the latest version associated with the definition.
final
latestVersionArn String?
The ARN of the latest version associated with the definition.
final
name String?
The name of the definition.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, String>?
Tag(s) attached to the resource arn.
final

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