Module: Aws::DataExchange::Client::_GetAssetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAssetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #asset_details ⇒ Types::AssetDetails
- #asset_type ⇒ "S3_SNAPSHOT", ...
- #created_at ⇒ ::Time
- #data_set_id ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #revision_id ⇒ ::String
- #source_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
378 |
# File 'sig/client.rbs', line 378
def arn: () -> ::String
|
#asset_details ⇒ Types::AssetDetails
379 |
# File 'sig/client.rbs', line 379
def asset_details: () -> Types::AssetDetails
|
#asset_type ⇒ "S3_SNAPSHOT", ...
380 |
# File 'sig/client.rbs', line 380
def asset_type: () -> ("S3_SNAPSHOT" | "REDSHIFT_DATA_SHARE" | "API_GATEWAY_API" | "S3_DATA_ACCESS" | "LAKE_FORMATION_DATA_PERMISSION")
|
#created_at ⇒ ::Time
381 |
# File 'sig/client.rbs', line 381
def created_at: () -> ::Time
|
#data_set_id ⇒ ::String
382 |
# File 'sig/client.rbs', line 382
def data_set_id: () -> ::String
|
#id ⇒ ::String
383 |
# File 'sig/client.rbs', line 383
def id: () -> ::String
|
#name ⇒ ::String
384 |
# File 'sig/client.rbs', line 384
def name: () -> ::String
|
#revision_id ⇒ ::String
385 |
# File 'sig/client.rbs', line 385
def revision_id: () -> ::String
|
#source_id ⇒ ::String
386 |
# File 'sig/client.rbs', line 386
def source_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
387 |
# File 'sig/client.rbs', line 387
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
388 |
# File 'sig/client.rbs', line 388
def updated_at: () -> ::Time
|