Class: Aws::Types::StartCalculationExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartCalculationExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calculation_configuration ⇒ Types::CalculationConfiguration
Returns the value of attribute calculation_configuration.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#code_block ⇒ ::String
Returns the value of attribute code_block.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#calculation_configuration ⇒ Types::CalculationConfiguration
Returns the value of attribute calculation_configuration.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def calculation_configuration @calculation_configuration end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def client_request_token @client_request_token end |
#code_block ⇒ ::String
Returns the value of attribute code_block.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def code_block @code_block end |
#description ⇒ ::String
Returns the value of attribute description.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def description @description end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def session_id @session_id end |