Module: Aws::FinSpaceData::Client::_GetDatasetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDatasetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #alias ⇒ ::String
- #create_time ⇒ ::Integer
- #dataset_arn ⇒ ::String
- #dataset_description ⇒ ::String
- #dataset_id ⇒ ::String
- #dataset_title ⇒ ::String
- #kind ⇒ "TABULAR", "NON_TABULAR"
- #last_modified_time ⇒ ::Integer
- #schema_definition ⇒ Types::SchemaUnion
- #status ⇒ "PENDING", ...
Instance Method Details
#alias ⇒ ::String
297 |
# File 'sig/client.rbs', line 297
def alias: () -> ::String
|
#create_time ⇒ ::Integer
294 |
# File 'sig/client.rbs', line 294
def create_time: () -> ::Integer
|
#dataset_arn ⇒ ::String
290 |
# File 'sig/client.rbs', line 290
def dataset_arn: () -> ::String
|
#dataset_description ⇒ ::String
293 |
# File 'sig/client.rbs', line 293
def dataset_description: () -> ::String
|
#dataset_id ⇒ ::String
289 |
# File 'sig/client.rbs', line 289
def dataset_id: () -> ::String
|
#dataset_title ⇒ ::String
291 |
# File 'sig/client.rbs', line 291
def dataset_title: () -> ::String
|
#kind ⇒ "TABULAR", "NON_TABULAR"
292 |
# File 'sig/client.rbs', line 292
def kind: () -> ("TABULAR" | "NON_TABULAR")
|
#last_modified_time ⇒ ::Integer
295 |
# File 'sig/client.rbs', line 295
def last_modified_time: () -> ::Integer
|
#schema_definition ⇒ Types::SchemaUnion
296 |
# File 'sig/client.rbs', line 296
def schema_definition: () -> Types::SchemaUnion
|
#status ⇒ "PENDING", ...
298 |
# File 'sig/client.rbs', line 298
def status: () -> ("PENDING" | "FAILED" | "SUCCESS" | "RUNNING")
|