Class: Aws::Types::InvokeEndpointAsyncOutput
- Inherits:
-
Object
- Object
- Aws::Types::InvokeEndpointAsyncOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_location ⇒ ::String
Returns the value of attribute failure_location.
-
#inference_id ⇒ ::String
Returns the value of attribute inference_id.
-
#output_location ⇒ ::String
Returns the value of attribute output_location.
Instance Attribute Details
#failure_location ⇒ ::String
Returns the value of attribute failure_location.
45 46 47 |
# File 'sig/types.rbs', line 45 def failure_location @failure_location end |
#inference_id ⇒ ::String
Returns the value of attribute inference_id.
43 44 45 |
# File 'sig/types.rbs', line 43 def inference_id @inference_id end |
#output_location ⇒ ::String
Returns the value of attribute output_location.
44 45 46 |
# File 'sig/types.rbs', line 44 def output_location @output_location end |