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.
6924 6925 6926 |
# File 'sig/types.rbs', line 6924 def assignment_id @assignment_id end |
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
6925 6926 6927 |
# File 'sig/types.rbs', line 6925 def assignment_name @assignment_name end |
#assignment_status ⇒ "ENABLED", ...
Returns the value of attribute assignment_status.
6928 6929 6930 |
# File 'sig/types.rbs', line 6928 def assignment_status @assignment_status end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
6923 6924 6925 |
# File 'sig/types.rbs', line 6923 def aws_account_id @aws_account_id end |
#identities ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute identities.
6927 6928 6929 |
# File 'sig/types.rbs', line 6927 def identities @identities end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
6926 6927 6928 |
# File 'sig/types.rbs', line 6926 def policy_arn @policy_arn end |