Class: Aws::Types::DataSetSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataSetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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 ⇒ ::String
Returns the value of attribute data_set_org.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#last_referenced_time ⇒ ::Time
Returns the value of attribute last_referenced_time.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
279 280 281 |
# File 'sig/types.rbs', line 279 def creation_time @creation_time end |
#data_set_name ⇒ ::String
Returns the value of attribute data_set_name.
280 281 282 |
# File 'sig/types.rbs', line 280 def data_set_name @data_set_name end |
#data_set_org ⇒ ::String
Returns the value of attribute data_set_org.
281 282 283 |
# File 'sig/types.rbs', line 281 def data_set_org @data_set_org end |
#format ⇒ ::String
Returns the value of attribute format.
282 283 284 |
# File 'sig/types.rbs', line 282 def format @format end |
#last_referenced_time ⇒ ::Time
Returns the value of attribute last_referenced_time.
283 284 285 |
# File 'sig/types.rbs', line 283 def last_referenced_time @last_referenced_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
284 285 286 |
# File 'sig/types.rbs', line 284 def last_updated_time @last_updated_time end |