Class: Aws::Types::GetDataSetDetailsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataSetDetailsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blocksize ⇒ ::Integer
Returns the value of attribute blocksize.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_set_name ⇒ ::String
Returns the value of attribute data_set_name.
-
#data_set_org ⇒ Types::DatasetDetailOrgAttributes
Returns the value of attribute data_set_org.
-
#file_size ⇒ ::Integer
Returns the value of attribute file_size.
-
#last_referenced_time ⇒ ::Time
Returns the value of attribute last_referenced_time.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#record_length ⇒ ::Integer
Returns the value of attribute record_length.
Instance Attribute Details
#blocksize ⇒ ::Integer
Returns the value of attribute blocksize.
532 533 534 |
# File 'sig/types.rbs', line 532 def blocksize @blocksize end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
533 534 535 |
# File 'sig/types.rbs', line 533 def creation_time @creation_time end |
#data_set_name ⇒ ::String
Returns the value of attribute data_set_name.
534 535 536 |
# File 'sig/types.rbs', line 534 def data_set_name @data_set_name end |
#data_set_org ⇒ Types::DatasetDetailOrgAttributes
Returns the value of attribute data_set_org.
535 536 537 |
# File 'sig/types.rbs', line 535 def data_set_org @data_set_org end |
#file_size ⇒ ::Integer
Returns the value of attribute file_size.
536 537 538 |
# File 'sig/types.rbs', line 536 def file_size @file_size end |
#last_referenced_time ⇒ ::Time
Returns the value of attribute last_referenced_time.
537 538 539 |
# File 'sig/types.rbs', line 537 def last_referenced_time @last_referenced_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
538 539 540 |
# File 'sig/types.rbs', line 538 def last_updated_time @last_updated_time end |
#location ⇒ ::String
Returns the value of attribute location.
539 540 541 |
# File 'sig/types.rbs', line 539 def location @location end |
#record_length ⇒ ::Integer
Returns the value of attribute record_length.
540 541 542 |
# File 'sig/types.rbs', line 540 def record_length @record_length end |