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.
6933 6934 6935 |
# File 'sig/types.rbs', line 6933 def assignment_name @assignment_name end |
#assignment_status ⇒ "ENABLED", ...
Returns the value of attribute assignment_status.
6934 6935 6936 |
# File 'sig/types.rbs', line 6934 def assignment_status @assignment_status end |