Module: Aws::ForecastService::Client::_DescribeExplainabilityExportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeExplainabilityExportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #destination ⇒ Types::DataDestination
- #explainability_arn ⇒ ::String
- #explainability_export_arn ⇒ ::String
- #explainability_export_name ⇒ ::String
- #format ⇒ ::String
- #last_modification_time ⇒ ::Time
- #message ⇒ ::String
- #status ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
741 |
# File 'sig/client.rbs', line 741
def creation_time: () -> ::Time
|
#destination ⇒ Types::DataDestination
738 |
# File 'sig/client.rbs', line 738
def destination: () -> Types::DataDestination
|
#explainability_arn ⇒ ::String
737 |
# File 'sig/client.rbs', line 737
def explainability_arn: () -> ::String
|
#explainability_export_arn ⇒ ::String
735 |
# File 'sig/client.rbs', line 735
def explainability_export_arn: () -> ::String
|
#explainability_export_name ⇒ ::String
736 |
# File 'sig/client.rbs', line 736
def explainability_export_name: () -> ::String
|
#format ⇒ ::String
743 |
# File 'sig/client.rbs', line 743
def format: () -> ::String
|
#last_modification_time ⇒ ::Time
742 |
# File 'sig/client.rbs', line 742
def last_modification_time: () -> ::Time
|
#message ⇒ ::String
739 |
# File 'sig/client.rbs', line 739
def message: () -> ::String
|
#status ⇒ ::String
740 |
# File 'sig/client.rbs', line 740
def status: () -> ::String
|