Class: Aws::Types::ActiveIAMPolicyAssignment
- Inherits:
-
Object
- Object
- Aws::Types::ActiveIAMPolicyAssignment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
Instance Attribute Details
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
97 98 99 |
# File 'sig/types.rbs', line 97 def assignment_name @assignment_name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
98 99 100 |
# File 'sig/types.rbs', line 98 def policy_arn @policy_arn end |