Class: Aws::Types::AnalysisSummary
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_completion_time ⇒ ::String
Returns the value of attribute analysis_completion_time.
-
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
-
#analysis_started_time ⇒ ::String
Returns the value of attribute analysis_started_time.
-
#analysis_status ⇒ "SUCCEEDED", ...
Returns the value of attribute analysis_status.
-
#commitment_purchase_analysis_configuration ⇒ Types::CommitmentPurchaseAnalysisConfiguration
Returns the value of attribute commitment_purchase_analysis_configuration.
-
#error_code ⇒ "NO_USAGE_FOUND", ...
Returns the value of attribute error_code.
-
#estimated_completion_time ⇒ ::String
Returns the value of attribute estimated_completion_time.
Instance Attribute Details
#analysis_completion_time ⇒ ::String
Returns the value of attribute analysis_completion_time.
23 24 25 |
# File 'sig/types.rbs', line 23 def analysis_completion_time @analysis_completion_time end |
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
27 28 29 |
# File 'sig/types.rbs', line 27 def analysis_id @analysis_id end |
#analysis_started_time ⇒ ::String
Returns the value of attribute analysis_started_time.
24 25 26 |
# File 'sig/types.rbs', line 24 def analysis_started_time @analysis_started_time end |
#analysis_status ⇒ "SUCCEEDED", ...
Returns the value of attribute analysis_status.
25 26 27 |
# File 'sig/types.rbs', line 25 def analysis_status @analysis_status end |
#commitment_purchase_analysis_configuration ⇒ Types::CommitmentPurchaseAnalysisConfiguration
Returns the value of attribute commitment_purchase_analysis_configuration.
28 29 30 |
# File 'sig/types.rbs', line 28 def commitment_purchase_analysis_configuration @commitment_purchase_analysis_configuration end |
#error_code ⇒ "NO_USAGE_FOUND", ...
Returns the value of attribute error_code.
26 27 28 |
# File 'sig/types.rbs', line 26 def error_code @error_code end |
#estimated_completion_time ⇒ ::String
Returns the value of attribute estimated_completion_time.
22 23 24 |
# File 'sig/types.rbs', line 22 def estimated_completion_time @estimated_completion_time end |