Module: Aws::GlueDataBrew::Client::_DescribeDatasetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDatasetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #create_date ⇒ ::Time
- #created_by ⇒ ::String
- #format ⇒ "CSV", ...
- #format_options ⇒ Types::FormatOptions
- #input ⇒ Types::Input
- #last_modified_by ⇒ ::String
- #last_modified_date ⇒ ::Time
- #name ⇒ ::String
- #path_options ⇒ Types::PathOptions
- #resource_arn ⇒ ::String
- #source ⇒ "S3", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#create_date ⇒ ::Time
303 |
# File 'sig/client.rbs', line 303
def create_date: () -> ::Time
|
#created_by ⇒ ::String
302 |
# File 'sig/client.rbs', line 302
def created_by: () -> ::String
|
#format ⇒ "CSV", ...
305 |
# File 'sig/client.rbs', line 305
def format: () -> ("CSV" | "JSON" | "PARQUET" | "EXCEL" | "ORC")
|
#format_options ⇒ Types::FormatOptions
306 |
# File 'sig/client.rbs', line 306
def format_options: () -> Types::FormatOptions
|
#last_modified_by ⇒ ::String
309 |
# File 'sig/client.rbs', line 309
def last_modified_by: () -> ::String
|
#last_modified_date ⇒ ::Time
308 |
# File 'sig/client.rbs', line 308
def last_modified_date: () -> ::Time
|
#name ⇒ ::String
304 |
# File 'sig/client.rbs', line 304
def name: () -> ::String
|
#path_options ⇒ Types::PathOptions
311 |
# File 'sig/client.rbs', line 311
def path_options: () -> Types::PathOptions
|
#resource_arn ⇒ ::String
313 |
# File 'sig/client.rbs', line 313
def resource_arn: () -> ::String
|
#source ⇒ "S3", ...
310 |
# File 'sig/client.rbs', line 310
def source: () -> ("S3" | "DATA-CATALOG" | "DATABASE")
|
#tags ⇒ ::Hash[::String, ::String]
312 |
# File 'sig/client.rbs', line 312
def tags: () -> ::Hash[::String, ::String]
|