Class: Aws::Types::DescribeExplainabilityResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExplainabilityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#enable_visualization ⇒ Boolean
Returns the value of attribute enable_visualization.
-
#end_date_time ⇒ ::String
Returns the value of attribute end_date_time.
-
#estimated_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_remaining_in_minutes.
-
#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.
-
#schema ⇒ Types::Schema
Returns the value of attribute schema.
-
#start_date_time ⇒ ::String
Returns the value of attribute start_date_time.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
518 519 520 |
# File 'sig/types.rbs', line 518 def creation_time @creation_time end |
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
511 512 513 |
# File 'sig/types.rbs', line 511 def data_source @data_source end |
#enable_visualization ⇒ Boolean
Returns the value of attribute enable_visualization.
510 511 512 |
# File 'sig/types.rbs', line 510 def enable_visualization @enable_visualization end |
#end_date_time ⇒ ::String
Returns the value of attribute end_date_time.
514 515 516 |
# File 'sig/types.rbs', line 514 def end_date_time @end_date_time end |
#estimated_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_remaining_in_minutes.
515 516 517 |
# File 'sig/types.rbs', line 515 def estimated_time_remaining_in_minutes @estimated_time_remaining_in_minutes end |
#explainability_arn ⇒ ::String
Returns the value of attribute explainability_arn.
506 507 508 |
# File 'sig/types.rbs', line 506 def explainability_arn @explainability_arn end |
#explainability_config ⇒ Types::ExplainabilityConfig
Returns the value of attribute explainability_config.
509 510 511 |
# File 'sig/types.rbs', line 509 def explainability_config @explainability_config end |
#explainability_name ⇒ ::String
Returns the value of attribute explainability_name.
507 508 509 |
# File 'sig/types.rbs', line 507 def explainability_name @explainability_name end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
519 520 521 |
# File 'sig/types.rbs', line 519 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
516 517 518 |
# File 'sig/types.rbs', line 516 def @message end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
508 509 510 |
# File 'sig/types.rbs', line 508 def resource_arn @resource_arn end |
#schema ⇒ Types::Schema
Returns the value of attribute schema.
512 513 514 |
# File 'sig/types.rbs', line 512 def schema @schema end |
#start_date_time ⇒ ::String
Returns the value of attribute start_date_time.
513 514 515 |
# File 'sig/types.rbs', line 513 def start_date_time @start_date_time end |
#status ⇒ ::String
Returns the value of attribute status.
517 518 519 |
# File 'sig/types.rbs', line 517 def status @status end |