Class: Aws::Types::UpdateIAMPolicyAssignmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIAMPolicyAssignmentResponse
- 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.
-
#identities ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute identities.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#assignment_id ⇒ ::String
Returns the value of attribute assignment_id.
12326 12327 12328 |
# File 'sig/types.rbs', line 12326 def assignment_id @assignment_id end |
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
12325 12326 12327 |
# File 'sig/types.rbs', line 12325 def assignment_name @assignment_name end |
#assignment_status ⇒ "ENABLED", ...
Returns the value of attribute assignment_status.
12329 12330 12331 |
# File 'sig/types.rbs', line 12329 def assignment_status @assignment_status end |
#identities ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute identities.
12328 12329 12330 |
# File 'sig/types.rbs', line 12328 def identities @identities end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
12327 12328 12329 |
# File 'sig/types.rbs', line 12327 def policy_arn @policy_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12330 12331 12332 |
# File 'sig/types.rbs', line 12330 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12331 12332 12333 |
# File 'sig/types.rbs', line 12331 def status @status end |