Class: Aws::Types::DescribeExplainabilityExportResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExplainabilityExportResponse
- 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_arn ⇒ ::String
Returns the value of attribute explainability_arn.
-
#explainability_export_arn ⇒ ::String
Returns the value of attribute explainability_export_arn.
-
#explainability_export_name ⇒ ::String
Returns the value of attribute explainability_export_name.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#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.
494 495 496 |
# File 'sig/types.rbs', line 494 def creation_time @creation_time end |
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
491 492 493 |
# File 'sig/types.rbs', line 491 def destination @destination end |
#explainability_arn ⇒ ::String
Returns the value of attribute explainability_arn.
490 491 492 |
# File 'sig/types.rbs', line 490 def explainability_arn @explainability_arn end |
#explainability_export_arn ⇒ ::String
Returns the value of attribute explainability_export_arn.
488 489 490 |
# File 'sig/types.rbs', line 488 def explainability_export_arn @explainability_export_arn end |
#explainability_export_name ⇒ ::String
Returns the value of attribute explainability_export_name.
489 490 491 |
# File 'sig/types.rbs', line 489 def explainability_export_name @explainability_export_name end |
#format ⇒ ::String
Returns the value of attribute format.
496 497 498 |
# File 'sig/types.rbs', line 496 def format @format end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
495 496 497 |
# File 'sig/types.rbs', line 495 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
492 493 494 |
# File 'sig/types.rbs', line 492 def @message end |
#status ⇒ ::String
Returns the value of attribute status.
493 494 495 |
# File 'sig/types.rbs', line 493 def status @status end |