Class: Aws::Types::StartResourceScanRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartResourceScanRequest
- 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.
-
#resource_owner_account ⇒ ::String
Returns the value of attribute resource_owner_account.
Instance Attribute Details
#analyzer_arn ⇒ ::String
Returns the value of attribute analyzer_arn.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def analyzer_arn @analyzer_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def resource_arn @resource_arn end |
#resource_owner_account ⇒ ::String
Returns the value of attribute resource_owner_account.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def resource_owner_account @resource_owner_account end |