Class: Aws::Types::StartCommitmentPurchaseAnalysisResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartCommitmentPurchaseAnalysisResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
-
#analysis_started_time ⇒ ::String
Returns the value of attribute analysis_started_time.
-
#estimated_completion_time ⇒ ::String
Returns the value of attribute estimated_completion_time.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def analysis_id @analysis_id end |
#analysis_started_time ⇒ ::String
Returns the value of attribute analysis_started_time.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def analysis_started_time @analysis_started_time end |
#estimated_completion_time ⇒ ::String
Returns the value of attribute estimated_completion_time.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def estimated_completion_time @estimated_completion_time end |