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

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)


3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3505

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)


3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3505

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)


3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3505

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:



3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3505

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)


3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3505

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)


3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3505

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