Class: Aws::Types::DescribeAnalysisRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAnalysisRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
4553 4554 4555 |
# File 'sig/types.rbs', line 4553 def analysis_id @analysis_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4552 4553 4554 |
# File 'sig/types.rbs', line 4552 def aws_account_id @aws_account_id end |