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_name ⇒ String

The unique identifier of the domain.

Returns:

  • (String)


6991
6992
6993
6994
6995
6996
6997
6998
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6991

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

#max_results ⇒ Integer

The maximum number of objects returned per page.

Returns:

  • (Integer)


6991
6992
6993
6994
6995
6996
6997
6998
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6991

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

#next_token ⇒ String

The pagination token from the previous call.

Returns:

  • (String)


6991
6992
6993
6994
6995
6996
6997
6998
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6991

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

#object_type_name ⇒ String

The name of the profile object type.

Returns:

  • (String)


6991
6992
6993
6994
6995
6996
6997
6998
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6991

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