Class: Aws::Types::ExplainabilityInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#explainability_arn ⇒ ::String

Returns the value of attribute explainability_arn.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def explainability_arn
  @explainability_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


735
736
737
# File 'sig/types.rbs', line 735

def status
  @status
end