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.



5401
5402
5403
5404
5405
5406
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5401

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

#next_tokenString

The pagination token from the previous call.

Returns:

  • (String)


5401
5402
5403
5404
5405
5406
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5401

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