Module: Aws::DataExchange::Client::_CreateDataSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDataSetResponse]
- 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
141 |
# File 'sig/client.rbs', line 141
def arn: () -> ::String
|
#asset_type ⇒ "S3_SNAPSHOT", ...
142 |
# File 'sig/client.rbs', line 142
def asset_type: () -> ("S3_SNAPSHOT" | "REDSHIFT_DATA_SHARE" | "API_GATEWAY_API" | "S3_DATA_ACCESS" | "LAKE_FORMATION_DATA_PERMISSION")
|
#created_at ⇒ ::Time
143 |
# File 'sig/client.rbs', line 143
def created_at: () -> ::Time
|
#description ⇒ ::String
144 |
# File 'sig/client.rbs', line 144
def description: () -> ::String
|
#id ⇒ ::String
145 |
# File 'sig/client.rbs', line 145
def id: () -> ::String
|
#name ⇒ ::String
146 |
# File 'sig/client.rbs', line 146
def name: () -> ::String
|
#origin ⇒ "OWNED", "ENTITLED"
147 |
# File 'sig/client.rbs', line 147
def origin: () -> ("OWNED" | "ENTITLED")
|
#origin_details ⇒ Types::OriginDetails
148 |
# File 'sig/client.rbs', line 148
def origin_details: () -> Types::OriginDetails
|
#source_id ⇒ ::String
149 |
# File 'sig/client.rbs', line 149
def source_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
150 |
# File 'sig/client.rbs', line 150
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
151 |
# File 'sig/client.rbs', line 151
def updated_at: () -> ::Time
|