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.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def @metadata end |
#raw_response ⇒ Types::RawResponse
Returns the value of attribute raw_response.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def raw_response @raw_response end |
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def trace_id @trace_id end |