Class: Aws::Types::IAMPolicyAssignment
- Inherits:
-
Object
- Object
- Aws::Types::IAMPolicyAssignment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignment_id ⇒ ::String
Returns the value of attribute assignment_id.
-
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
-
#assignment_status ⇒ "ENABLED", ...
Returns the value of attribute assignment_status.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#identities ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute identities.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
Instance Attribute Details
#assignment_id ⇒ ::String
Returns the value of attribute assignment_id.
6658 6659 6660 |
# File 'sig/types.rbs', line 6658 def assignment_id @assignment_id end |
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
6659 6660 6661 |
# File 'sig/types.rbs', line 6659 def assignment_name @assignment_name end |
#assignment_status ⇒ "ENABLED", ...
Returns the value of attribute assignment_status.
6662 6663 6664 |
# File 'sig/types.rbs', line 6662 def assignment_status @assignment_status end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
6657 6658 6659 |
# File 'sig/types.rbs', line 6657 def aws_account_id @aws_account_id end |
#identities ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute identities.
6661 6662 6663 |
# File 'sig/types.rbs', line 6661 def identities @identities end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
6660 6661 6662 |
# File 'sig/types.rbs', line 6660 def policy_arn @policy_arn end |