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)


4645
4646
4647
4648
4649
4650
4651
4652
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4645

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)


4645
4646
4647
4648
4649
4650
4651
4652
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4645

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)


4645
4646
4647
4648
4649
4650
4651
4652
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4645

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)


4645
4646
4647
4648
4649
4650
4651
4652
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4645

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