Class: Aws::CustomerProfiles::Types::ListProfileObjectsRequest

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)


5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5672

class ListProfileObjectsRequest < Struct.new(
  :next_token,
  :max_results,
  :domain_name,
  :object_type_name,
  :profile_id,
  :object_filter)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of objects returned per page.

Returns:

  • (Integer)


5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5672

class ListProfileObjectsRequest < Struct.new(
  :next_token,
  :max_results,
  :domain_name,
  :object_type_name,
  :profile_id,
  :object_filter)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token from the previous call to ListProfileObjects.

Returns:

  • (String)


5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5672

class ListProfileObjectsRequest < Struct.new(
  :next_token,
  :max_results,
  :domain_name,
  :object_type_name,
  :profile_id,
  :object_filter)
  SENSITIVE = []
  include Aws::Structure
end

#object_filterTypes::ObjectFilter

Applies a filter to the response to include profile objects with the specified index values.

Returns:



5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5672

class ListProfileObjectsRequest < Struct.new(
  :next_token,
  :max_results,
  :domain_name,
  :object_type_name,
  :profile_id,
  :object_filter)
  SENSITIVE = []
  include Aws::Structure
end

#object_type_nameString

The name of the profile object type.

Returns:

  • (String)


5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5672

class ListProfileObjectsRequest < Struct.new(
  :next_token,
  :max_results,
  :domain_name,
  :object_type_name,
  :profile_id,
  :object_filter)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The unique identifier of a customer profile.

Returns:

  • (String)


5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5672

class ListProfileObjectsRequest < Struct.new(
  :next_token,
  :max_results,
  :domain_name,
  :object_type_name,
  :profile_id,
  :object_filter)
  SENSITIVE = []
  include Aws::Structure
end