Class: Aws::Types::UpdateIAMPolicyAssignmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIAMPolicyAssignmentRequest
- 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.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#identities ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute identities.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
Instance Attribute Details
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
12758 12759 12760 |
# File 'sig/types.rbs', line 12758 def assignment_name @assignment_name end |
#assignment_status ⇒ "ENABLED", ...
Returns the value of attribute assignment_status.
12760 12761 12762 |
# File 'sig/types.rbs', line 12760 def assignment_status @assignment_status end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12757 12758 12759 |
# File 'sig/types.rbs', line 12757 def aws_account_id @aws_account_id end |
#identities ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute identities.
12762 12763 12764 |
# File 'sig/types.rbs', line 12762 def identities @identities end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
12759 12760 12761 |
# File 'sig/types.rbs', line 12759 def namespace @namespace end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
12761 12762 12763 |
# File 'sig/types.rbs', line 12761 def policy_arn @policy_arn end |