Class: Aws::CustomerProfiles::Types::ListIntegrationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


4582
4583
4584
4585
4586
4587
4588
4589
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4582

class ListIntegrationsRequest < Struct.new(
  :domain_name,
  :next_token,
  :max_results,
  :include_hidden)
  SENSITIVE = []
  include Aws::Structure
end

#include_hiddenBoolean

Boolean to indicate if hidden integration should be returned. Defaults to ‘False`.

Returns:

  • (Boolean)


4582
4583
4584
4585
4586
4587
4588
4589
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4582

class ListIntegrationsRequest < Struct.new(
  :domain_name,
  :next_token,
  :max_results,
  :include_hidden)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of objects returned per page.

Returns:

  • (Integer)


4582
4583
4584
4585
4586
4587
4588
4589
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4582

class ListIntegrationsRequest < Struct.new(
  :domain_name,
  :next_token,
  :max_results,
  :include_hidden)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token from the previous ListIntegrations API call.

Returns:

  • (String)


4582
4583
4584
4585
4586
4587
4588
4589
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4582

class ListIntegrationsRequest < Struct.new(
  :domain_name,
  :next_token,
  :max_results,
  :include_hidden)
  SENSITIVE = []
  include Aws::Structure
end