Class: Aws::Types::PolicyDetails
- Inherits:
-
Object
- Object
- Aws::Types::PolicyDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::FindingAction
Returns the value of attribute action.
-
#actor ⇒ Types::FindingActor
Returns the value of attribute actor.
Instance Attribute Details
#action ⇒ Types::FindingAction
Returns the value of attribute action.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def action @action end |
#actor ⇒ Types::FindingActor
Returns the value of attribute actor.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def actor @actor end |