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.
7938 7939 7940 |
# File 'sig/types.rbs', line 7938 def iam_policy_assignments @iam_policy_assignments end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7939 7940 7941 |
# File 'sig/types.rbs', line 7939 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7940 7941 7942 |
# File 'sig/types.rbs', line 7940 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7941 7942 7943 |
# File 'sig/types.rbs', line 7941 def status @status end |