DescribeAssetResponse class

Constructors

DescribeAssetResponse({String? arn, String? createdAt, List<EgressEndpoint>? egressEndpoints, String? id, String? packagingGroupId, String? resourceId, String? sourceArn, String? sourceRoleArn, Map<String, String>? tags})
DescribeAssetResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the Asset.
final
createdAt String?
The time the Asset was initially submitted for Ingest.
final
egressEndpoints List<EgressEndpoint>?
The list of egress endpoints available for the Asset.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier for the Asset.
final
packagingGroupId String?
The ID of the PackagingGroup for the Asset.
final
resourceId String?
The resource ID to include in SPEKE key requests.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceArn String?
ARN of the source object in S3.
final
sourceRoleArn String?
The IAM role_arn used to access the source S3 bucket.
final
tags Map<String, String>?
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