Class: Aws::Types::DescribeAnalysisDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAnalysisDefinitionRequest
- 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.
4346 4347 4348 |
# File 'sig/types.rbs', line 4346 def analysis_id @analysis_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4345 4346 4347 |
# File 'sig/types.rbs', line 4345 def aws_account_id @aws_account_id end |