Class: Aws::Types::ExplainabilitySummary
- Inherits:
-
Object
- Object
- Aws::Types::ExplainabilitySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#explainability_arn ⇒ ::String
Returns the value of attribute explainability_arn.
-
#explainability_config ⇒ Types::ExplainabilityConfig
Returns the value of attribute explainability_config.
-
#explainability_name ⇒ ::String
Returns the value of attribute explainability_name.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
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.
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.
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.
745 746 747 |
# File 'sig/types.rbs', line 745 def end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
742 743 744 |
# File 'sig/types.rbs', line 742 def resource_arn @resource_arn end |
#status ⇒ ::String
Returns the value of attribute status.
744 745 746 |
# File 'sig/types.rbs', line 744 def status @status end |