Class: Aws::CloudDirectory::Types::ListDirectoriesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListDirectoriesRequest
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to retrieve.
-
#next_token ⇒ String
The pagination token.
-
#state ⇒ String
The state of the directories in the list.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to retrieve.
3574 3575 3576 3577 3578 3579 3580 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3574 class ListDirectoriesRequest < Struct.new( :next_token, :max_results, :state) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
3574 3575 3576 3577 3578 3579 3580 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3574 class ListDirectoriesRequest < Struct.new( :next_token, :max_results, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.
3574 3575 3576 3577 3578 3579 3580 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3574 class ListDirectoriesRequest < Struct.new( :next_token, :max_results, :state) SENSITIVE = [] include Aws::Structure end |