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)


2890
2891
2892
2893
2894
2895
2896
2897
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2890

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)


2890
2891
2892
2893
2894
2895
2896
2897
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2890

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)


2890
2891
2892
2893
2894
2895
2896
2897
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2890

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)


2890
2891
2892
2893
2894
2895
2896
2897
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2890

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