Class: Aws::Types::DescribeAnalysisResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAnalysisResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis ⇒ Types::Analysis
Returns the value of attribute analysis.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#analysis ⇒ Types::Analysis
Returns the value of attribute analysis.
4558 4559 4560 |
# File 'sig/types.rbs', line 4558 def analysis @analysis end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4560 4561 4562 |
# File 'sig/types.rbs', line 4560 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4559 4560 4561 |
# File 'sig/types.rbs', line 4559 def status @status end |