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.
4384 4385 4386 |
# File 'sig/types.rbs', line 4384 def analysis @analysis end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4386 4387 4388 |
# File 'sig/types.rbs', line 4386 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4385 4386 4387 |
# File 'sig/types.rbs', line 4385 def status @status end |