Class: Aws::Types::ListFolderMembersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFolderMembersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#folder_member_list ⇒ ::Array[Types::MemberIdArnPair]
Returns the value of attribute folder_member_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
#folder_member_list ⇒ ::Array[Types::MemberIdArnPair]
Returns the value of attribute folder_member_list.
7841 7842 7843 |
# File 'sig/types.rbs', line 7841 def folder_member_list @folder_member_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7842 7843 7844 |
# File 'sig/types.rbs', line 7842 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7843 7844 7845 |
# File 'sig/types.rbs', line 7843 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7840 7841 7842 |
# File 'sig/types.rbs', line 7840 def status @status end |