Module: Aws::DataExchange::Client::_UpdateAssetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAssetResponse]
- 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
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
741 |
# File 'sig/client.rbs', line 741
def arn: () -> ::String
|
#asset_details ⇒ Types::AssetDetails
742 |
# File 'sig/client.rbs', line 742
def asset_details: () -> Types::AssetDetails
|
#asset_type ⇒ "S3_SNAPSHOT", ...
743 |
# File 'sig/client.rbs', line 743
def asset_type: () -> ("S3_SNAPSHOT" | "REDSHIFT_DATA_SHARE" | "API_GATEWAY_API" | "S3_DATA_ACCESS" | "LAKE_FORMATION_DATA_PERMISSION")
|
#created_at ⇒ ::Time
744 |
# File 'sig/client.rbs', line 744
def created_at: () -> ::Time
|
#data_set_id ⇒ ::String
745 |
# File 'sig/client.rbs', line 745
def data_set_id: () -> ::String
|
#id ⇒ ::String
746 |
# File 'sig/client.rbs', line 746
def id: () -> ::String
|
#name ⇒ ::String
747 |
# File 'sig/client.rbs', line 747
def name: () -> ::String
|
#revision_id ⇒ ::String
748 |
# File 'sig/client.rbs', line 748
def revision_id: () -> ::String
|
#source_id ⇒ ::String
749 |
# File 'sig/client.rbs', line 749
def source_id: () -> ::String
|
#updated_at ⇒ ::Time
750 |
# File 'sig/client.rbs', line 750
def updated_at: () -> ::Time
|