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.
7516 7517 7518 |
# File 'sig/types.rbs', line 7516 def folder_member_list @folder_member_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7517 7518 7519 |
# File 'sig/types.rbs', line 7517 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7518 7519 7520 |
# File 'sig/types.rbs', line 7518 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7515 7516 7517 |
# File 'sig/types.rbs', line 7515 def status @status end |