Class: Aws::Types::ListFolderMembersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFolderMembersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
7507 7508 7509 |
# File 'sig/types.rbs', line 7507 def aws_account_id @aws_account_id end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
7508 7509 7510 |
# File 'sig/types.rbs', line 7508 def folder_id @folder_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7510 7511 7512 |
# File 'sig/types.rbs', line 7510 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7509 7510 7511 |
# File 'sig/types.rbs', line 7509 def next_token @next_token end |