Module: Aws::MainframeModernization::Client::_GetDataSetDetailsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataSetDetailsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #blocksize ⇒ ::Integer
- #creation_time ⇒ ::Time
- #data_set_name ⇒ ::String
- #data_set_org ⇒ Types::DatasetDetailOrgAttributes
- #file_size ⇒ ::Integer
- #last_referenced_time ⇒ ::Time
- #last_updated_time ⇒ ::Time
- #location ⇒ ::String
- #record_length ⇒ ::Integer
Instance Method Details
#blocksize ⇒ ::Integer
349 |
# File 'sig/client.rbs', line 349
def blocksize: () -> ::Integer
|
#creation_time ⇒ ::Time
350 |
# File 'sig/client.rbs', line 350
def creation_time: () -> ::Time
|
#data_set_name ⇒ ::String
351 |
# File 'sig/client.rbs', line 351
def data_set_name: () -> ::String
|
#data_set_org ⇒ Types::DatasetDetailOrgAttributes
352 |
# File 'sig/client.rbs', line 352
def data_set_org: () -> Types::DatasetDetailOrgAttributes
|
#file_size ⇒ ::Integer
353 |
# File 'sig/client.rbs', line 353
def file_size: () -> ::Integer
|
#last_referenced_time ⇒ ::Time
354 |
# File 'sig/client.rbs', line 354
def last_referenced_time: () -> ::Time
|
#last_updated_time ⇒ ::Time
355 |
# File 'sig/client.rbs', line 355
def last_updated_time: () -> ::Time
|
#location ⇒ ::String
356 |
# File 'sig/client.rbs', line 356
def location: () -> ::String
|
#record_length ⇒ ::Integer
357 |
# File 'sig/client.rbs', line 357
def record_length: () -> ::Integer
|