Class: Aws::CustomerProfiles::Types::ListObjectTypeAttributesResponse

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

#itemsArray<Types::ListObjectTypeAttributeItem>

The items returned as part of the response.



4664
4665
4666
4667
4668
4669
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4664

class ListObjectTypeAttributesResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token from the previous call.

Returns:

  • (String)


4664
4665
4666
4667
4668
4669
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4664

class ListObjectTypeAttributesResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end