Class: Aws::CustomerProfiles::Types::ListObjectTypeAttributesRequest

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 identifier of the domain.

Returns:

  • (String)


5382
5383
5384
5385
5386
5387
5388
5389
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5382

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

#max_resultsInteger

The maximum number of objects returned per page.

Returns:

  • (Integer)


5382
5383
5384
5385
5386
5387
5388
5389
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5382

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

#next_tokenString

The pagination token from the previous call.

Returns:

  • (String)


5382
5383
5384
5385
5386
5387
5388
5389
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5382

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

#object_type_nameString

The name of the profile object type.

Returns:

  • (String)


5382
5383
5384
5385
5386
5387
5388
5389
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5382

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