Class: Aws::Types::ExternalModelOutputs
- Inherits:
-
Object
- Object
- Aws::Types::ExternalModelOutputs
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_model ⇒ Types::ExternalModelSummary
Returns the value of attribute external_model.
-
#outputs ⇒ ::Hash[::String, ::String]
Returns the value of attribute outputs.
Instance Attribute Details
#external_model ⇒ Types::ExternalModelSummary
Returns the value of attribute external_model.
576 577 578 |
# File 'sig/types.rbs', line 576 def external_model @external_model end |
#outputs ⇒ ::Hash[::String, ::String]
Returns the value of attribute outputs.
577 578 579 |
# File 'sig/types.rbs', line 577 def outputs @outputs end |