DescribeComponentResponse class

Constructors

DescribeComponentResponse({String? arn, String? componentName, String? componentVersion, DateTime? creationTimestamp, String? description, List<ComponentPlatform>? platforms, String? publisher, CloudComponentStatus? status, Map<String, String>? tags})
DescribeComponentResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the component version.
final
componentName String?
The name of the component.
final
componentVersion String?
The version of the component.
final
creationTimestamp DateTime?
The time at which the component was created, expressed in ISO 8601 format.
final
description String?
The description of the component version.
final
hashCode int
The hash code for this object.
no setterinherited
platforms List<ComponentPlatform>?
The platforms that the component version supports.
final
publisher String?
The publisher of the component version.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status CloudComponentStatus?
The status of the component version in AWS IoT Greengrass V2. This status is different from the status of the component on a core device.
final
tags Map<String, String>?
A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources in the AWS IoT Greengrass V2 Developer Guide.
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