Class: Aws::Types::RoutingClassifierModelInvocationOutput
- Inherits:
-
Object
- Object
- Aws::Types::RoutingClassifierModelInvocationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
-
#raw_response ⇒ Types::RawResponse
Returns the value of attribute raw_response.
-
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
Instance Attribute Details
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def @metadata end |
#raw_response ⇒ Types::RawResponse
Returns the value of attribute raw_response.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def raw_response @raw_response end |
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def trace_id @trace_id end |