Class: Aws::Types::ExternalModelOutputs

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#external_modelTypes::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.

Returns:

  • (::Hash[::String, ::String])


577
578
579
# File 'sig/types.rbs', line 577

def outputs
  @outputs
end