Class: Aws::Types::ExplainabilitySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


746
747
748
# File 'sig/types.rbs', line 746

def creation_time
  @creation_time
end

#explainability_arn ⇒ ::String

Returns the value of attribute explainability_arn.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def explainability_arn
  @explainability_arn
end

#explainability_config ⇒ Types::ExplainabilityConfig

Returns the value of attribute explainability_config.



743
744
745
# File 'sig/types.rbs', line 743

def explainability_config
  @explainability_config
end

#explainability_name ⇒ ::String

Returns the value of attribute explainability_name.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def explainability_name
  @explainability_name
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


747
748
749
# File 'sig/types.rbs', line 747

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def message
  @message
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


742
743
744
# File 'sig/types.rbs', line 742

def resource_arn
  @resource_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


744
745
746
# File 'sig/types.rbs', line 744

def status
  @status
end