Class: Aws::Types::ExplainabilityExportSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExplainabilityExportSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
-
#explainability_export_arn ⇒ ::String
Returns the value of attribute explainability_export_arn.
-
#explainability_export_name ⇒ ::String
Returns the value of attribute explainability_export_name.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
728 729 730 |
# File 'sig/types.rbs', line 728 def creation_time @creation_time end |
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
725 726 727 |
# File 'sig/types.rbs', line 725 def destination @destination end |
#explainability_export_arn ⇒ ::String
Returns the value of attribute explainability_export_arn.
723 724 725 |
# File 'sig/types.rbs', line 723 def explainability_export_arn @explainability_export_arn end |
#explainability_export_name ⇒ ::String
Returns the value of attribute explainability_export_name.
724 725 726 |
# File 'sig/types.rbs', line 724 def explainability_export_name @explainability_export_name end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
729 730 731 |
# File 'sig/types.rbs', line 729 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
727 728 729 |
# File 'sig/types.rbs', line 727 def end |
#status ⇒ ::String
Returns the value of attribute status.
726 727 728 |
# File 'sig/types.rbs', line 726 def status @status end |