Class: Aws::Types::ListParallelDataResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListParallelDataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#parallel_data_properties_list ⇒ ::Array[Types::ParallelDataProperties]
Returns the value of attribute parallel_data_properties_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
195 196 197 |
# File 'sig/types.rbs', line 195 def next_token @next_token end |
#parallel_data_properties_list ⇒ ::Array[Types::ParallelDataProperties]
Returns the value of attribute parallel_data_properties_list.
194 195 196 |
# File 'sig/types.rbs', line 194 def parallel_data_properties_list @parallel_data_properties_list end |