Class: Aws::Types::GetAnalyzedResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAnalyzedResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ ::String
Returns the value of attribute analyzer_arn.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#analyzer_arn ⇒ ::String
Returns the value of attribute analyzer_arn.
548 549 550 |
# File 'sig/types.rbs', line 548 def analyzer_arn @analyzer_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
549 550 551 |
# File 'sig/types.rbs', line 549 def resource_arn @resource_arn end |