Class: Aws::Types::UpdateParallelDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateParallelDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parallel_data_config ⇒ Types::ParallelDataConfig
Returns the value of attribute parallel_data_config.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
483 484 485 |
# File 'sig/types.rbs', line 483 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
481 482 483 |
# File 'sig/types.rbs', line 481 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
480 481 482 |
# File 'sig/types.rbs', line 480 def name @name end |
#parallel_data_config ⇒ Types::ParallelDataConfig
Returns the value of attribute parallel_data_config.
482 483 484 |
# File 'sig/types.rbs', line 482 def parallel_data_config @parallel_data_config end |