GetDataSetResponse class
Constructors
GetDataSetResponse ({String ? arn , AssetType ? assetType , DateTime ? createdAt , String ? description , String ? id , String ? name , Origin ? origin , OriginDetails ? originDetails , String ? sourceId , Map <String , String > ? tags , DateTime ? updatedAt })
GetDataSetResponse.fromJson (Map <String , dynamic > json )
factory
Properties
arn
→ String ?
The ARN for the data set.
final
assetType
→ AssetType ?
The type of file your data is stored in. Currently, the supported asset type
is S3_SNAPSHOT.
final
createdAt
→ DateTime ?
The date and time that the data set was created, in ISO 8601 format.
final
description
→ String ?
The description for the data set.
final
hashCode
→ int
The hash code for this object.
no setter inherited
id
→ String ?
The unique identifier for the data set.
final
name
→ String ?
The name of the data set.
final
origin
→ Origin ?
A property that defines the data set as OWNED by the account (for providers)
or ENTITLED to the account (for subscribers).
final
originDetails
→ OriginDetails ?
If the origin of this data set is ENTITLED, includes the details for the
product on AWS Marketplace.
final
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
sourceId
→ String ?
The data set ID of the owned data set corresponding to the entitled data set
being viewed. This parameter is returned when a data set owner is viewing
the entitled copy of its owned data set.
final
tags
→ Map <String , String > ?
The tags for the data set.
final
updatedAt
→ DateTime ?
The date and time that the data set was last updated, in ISO 8601 format.
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
aws_dataexchange_api 2.0.0