Class: Aws::CustomerProfiles::Types::ListAccountIntegrationsRequest

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

#include_hiddenBoolean

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

Returns:

  • (Boolean)


2880
2881
2882
2883
2884
2885
2886
2887
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2880

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

#max_resultsInteger

The maximum number of objects returned per page.

Returns:

  • (Integer)


2880
2881
2882
2883
2884
2885
2886
2887
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2880

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

#next_tokenString

The pagination token from the previous ListAccountIntegrations API call.

Returns:

  • (String)


2880
2881
2882
2883
2884
2885
2886
2887
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2880

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

#uriString

The URI of the S3 bucket or any other type of data source.

Returns:

  • (String)


2880
2881
2882
2883
2884
2885
2886
2887
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2880

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