Class: Aws::CustomerProfiles::Types::ListObjectTypeAttributeValuesRequest

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

#attribute_nameString

The attribute name.

Returns:

  • (String)


6132
6133
6134
6135
6136
6137
6138
6139
6140
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6132

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

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


6132
6133
6134
6135
6136
6137
6138
6139
6140
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6132

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

#max_resultsInteger

The maximum number of objects returned per page. Valid Range: Minimum value of 1. Maximum value of 100. If not provided default as 100.

Returns:

  • (Integer)


6132
6133
6134
6135
6136
6137
6138
6139
6140
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6132

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

#next_tokenString

The pagination token from the previous call.

Returns:

  • (String)


6132
6133
6134
6135
6136
6137
6138
6139
6140
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6132

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

#object_type_nameString

The unique name of the domain object type.

Returns:

  • (String)


6132
6133
6134
6135
6136
6137
6138
6139
6140
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6132

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