Class: Aws::Types::CalculationResult
- Inherits:
-
Object
- Object
- Aws::Types::CalculationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#result_s3_uri ⇒ ::String
Returns the value of attribute result_s3_uri.
-
#result_type ⇒ ::String
Returns the value of attribute result_type.
-
#std_error_s3_uri ⇒ ::String
Returns the value of attribute std_error_s3_uri.
-
#std_out_s3_uri ⇒ ::String
Returns the value of attribute std_out_s3_uri.
Instance Attribute Details
#result_s3_uri ⇒ ::String
Returns the value of attribute result_s3_uri.
72 73 74 |
# File 'sig/types.rbs', line 72 def result_s3_uri @result_s3_uri end |
#result_type ⇒ ::String
Returns the value of attribute result_type.
73 74 75 |
# File 'sig/types.rbs', line 73 def result_type @result_type end |
#std_error_s3_uri ⇒ ::String
Returns the value of attribute std_error_s3_uri.
71 72 73 |
# File 'sig/types.rbs', line 71 def std_error_s3_uri @std_error_s3_uri end |
#std_out_s3_uri ⇒ ::String
Returns the value of attribute std_out_s3_uri.
70 71 72 |
# File 'sig/types.rbs', line 70 def std_out_s3_uri @std_out_s3_uri end |