Module: Aws::DataExchange::Client::_GetDataSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataSetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #asset_type ⇒ "S3_SNAPSHOT", ...
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #origin ⇒ "OWNED", "ENTITLED"
- #origin_details ⇒ Types::OriginDetails
- #source_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
424 |
# File 'sig/client.rbs', line 424
def arn: () -> ::String
|
#asset_type ⇒ "S3_SNAPSHOT", ...
425 |
# File 'sig/client.rbs', line 425
def asset_type: () -> ("S3_SNAPSHOT" | "REDSHIFT_DATA_SHARE" | "API_GATEWAY_API" | "S3_DATA_ACCESS" | "LAKE_FORMATION_DATA_PERMISSION")
|
#created_at ⇒ ::Time
426 |
# File 'sig/client.rbs', line 426
def created_at: () -> ::Time
|
#description ⇒ ::String
427 |
# File 'sig/client.rbs', line 427
def description: () -> ::String
|
#id ⇒ ::String
428 |
# File 'sig/client.rbs', line 428
def id: () -> ::String
|
#name ⇒ ::String
429 |
# File 'sig/client.rbs', line 429
def name: () -> ::String
|
#origin ⇒ "OWNED", "ENTITLED"
430 |
# File 'sig/client.rbs', line 430
def origin: () -> ("OWNED" | "ENTITLED")
|
#origin_details ⇒ Types::OriginDetails
431 |
# File 'sig/client.rbs', line 431
def origin_details: () -> Types::OriginDetails
|
#source_id ⇒ ::String
432 |
# File 'sig/client.rbs', line 432
def source_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
433 |
# File 'sig/client.rbs', line 433
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
434 |
# File 'sig/client.rbs', line 434
def updated_at: () -> ::Time
|