Class: Aws::Types::IAMPolicyAssignmentSummary
- Inherits:
-
Object
- Object
- Aws::Types::IAMPolicyAssignmentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
-
#assignment_status ⇒ "ENABLED", ...
Returns the value of attribute assignment_status.
Instance Attribute Details
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
6667 6668 6669 |
# File 'sig/types.rbs', line 6667 def assignment_name @assignment_name end |
#assignment_status ⇒ "ENABLED", ...
Returns the value of attribute assignment_status.
6668 6669 6670 |
# File 'sig/types.rbs', line 6668 def assignment_status @assignment_status end |