Class: Aws::Types::GetParallelDataResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetParallelDataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auxiliary_data_location ⇒ Types::ParallelDataDataLocation
Returns the value of attribute auxiliary_data_location.
-
#data_location ⇒ Types::ParallelDataDataLocation
Returns the value of attribute data_location.
-
#latest_update_attempt_auxiliary_data_location ⇒ Types::ParallelDataDataLocation
Returns the value of attribute latest_update_attempt_auxiliary_data_location.
-
#parallel_data_properties ⇒ Types::ParallelDataProperties
Returns the value of attribute parallel_data_properties.
Instance Attribute Details
#auxiliary_data_location ⇒ Types::ParallelDataDataLocation
Returns the value of attribute auxiliary_data_location.
95 96 97 |
# File 'sig/types.rbs', line 95 def auxiliary_data_location @auxiliary_data_location end |
#data_location ⇒ Types::ParallelDataDataLocation
Returns the value of attribute data_location.
94 95 96 |
# File 'sig/types.rbs', line 94 def data_location @data_location end |
#latest_update_attempt_auxiliary_data_location ⇒ Types::ParallelDataDataLocation
Returns the value of attribute latest_update_attempt_auxiliary_data_location.
96 97 98 |
# File 'sig/types.rbs', line 96 def latest_update_attempt_auxiliary_data_location @latest_update_attempt_auxiliary_data_location end |
#parallel_data_properties ⇒ Types::ParallelDataProperties
Returns the value of attribute parallel_data_properties.
93 94 95 |
# File 'sig/types.rbs', line 93 def parallel_data_properties @parallel_data_properties end |