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_name ⇒ String

The unique name of the domain.



6854
6855
6856
6857
6858
6859
6860
6861
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6854

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

#include_hidden ⇒ Boolean

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



6854
6855
6856
6857
6858
6859
6860
6861
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6854

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

#max_results ⇒ Integer

The maximum number of objects returned per page.



6854
6855
6856
6857
6858
6859
6860
6861
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6854

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

#next_token ⇒ String

The pagination token from the previous ListIntegrations API call.



6854
6855
6856
6857
6858
6859
6860
6861
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6854

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