Class: Aws::Types::ListRoleMembershipsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRoleMembershipsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#members_list ⇒ ::Array[::String]
Returns the value of attribute members_list.
-
#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
#members_list ⇒ ::Array[::String]
Returns the value of attribute members_list.
7719 7720 7721 |
# File 'sig/types.rbs', line 7719 def members_list @members_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7720 7721 7722 |
# File 'sig/types.rbs', line 7720 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7721 7722 7723 |
# File 'sig/types.rbs', line 7721 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7722 7723 7724 |
# File 'sig/types.rbs', line 7722 def status @status end |