Class: Aws::ConnectHealth::Types::ListDomainsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connecthealth/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of results to return.

Returns:



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_tokenString

Token for pagination.

Returns:



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

#statusString

Filter by Domain status.

Returns:



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