Class: Aws::ConnectHealth::Types::ListDomainsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::ListDomainsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connecthealth/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of results to return.
-
#next_token ⇒ String
Token for pagination.
-
#status ⇒ String
Filter by Domain status.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of results to return.
744 745 746 747 748 749 750 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 744 class ListDomainsInput < Struct.new( :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for pagination.
744 745 746 747 748 749 750 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 744 class ListDomainsInput < Struct.new( :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Filter by Domain status.
744 745 746 747 748 749 750 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 744 class ListDomainsInput < Struct.new( :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |