Class: Aws::Types::ListIAMPolicyAssignmentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListIAMPolicyAssignmentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam_policy_assignments ⇒ ::Array[Types::IAMPolicyAssignmentSummary]
Returns the value of attribute iam_policy_assignments.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#iam_policy_assignments ⇒ ::Array[Types::IAMPolicyAssignmentSummary]
Returns the value of attribute iam_policy_assignments.
7613 7614 7615 |
# File 'sig/types.rbs', line 7613 def iam_policy_assignments @iam_policy_assignments end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7614 7615 7616 |
# File 'sig/types.rbs', line 7614 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7615 7616 7617 |
# File 'sig/types.rbs', line 7615 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7616 7617 7618 |
# File 'sig/types.rbs', line 7616 def status @status end |