Module: Aws::DataExchange::Client::_UpdateDataSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDataSetResponse]
- 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
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
763 |
# File 'sig/client.rbs', line 763
def arn: () -> ::String
|
#asset_type ⇒ "S3_SNAPSHOT", ...
764 |
# File 'sig/client.rbs', line 764
def asset_type: () -> ("S3_SNAPSHOT" | "REDSHIFT_DATA_SHARE" | "API_GATEWAY_API" | "S3_DATA_ACCESS" | "LAKE_FORMATION_DATA_PERMISSION")
|
#created_at ⇒ ::Time
765 |
# File 'sig/client.rbs', line 765
def created_at: () -> ::Time
|
#description ⇒ ::String
766 |
# File 'sig/client.rbs', line 766
def description: () -> ::String
|
#id ⇒ ::String
767 |
# File 'sig/client.rbs', line 767
def id: () -> ::String
|
#name ⇒ ::String
768 |
# File 'sig/client.rbs', line 768
def name: () -> ::String
|
#origin ⇒ "OWNED", "ENTITLED"
769 |
# File 'sig/client.rbs', line 769
def origin: () -> ("OWNED" | "ENTITLED")
|
#origin_details ⇒ Types::OriginDetails
770 |
# File 'sig/client.rbs', line 770
def origin_details: () -> Types::OriginDetails
|
#source_id ⇒ ::String
771 |
# File 'sig/client.rbs', line 771
def source_id: () -> ::String
|
#updated_at ⇒ ::Time
772 |
# File 'sig/client.rbs', line 772
def updated_at: () -> ::Time
|