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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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)


3293
3294
3295
3296
3297
3298
3299
3300
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3293

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)


3293
3294
3295
3296
3297
3298
3299
3300
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3293

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)


3293
3294
3295
3296
3297
3298
3299
3300
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3293

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)


3293
3294
3295
3296
3297
3298
3299
3300
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3293

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