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

#items ⇒ Array<Types::ListObjectTypeAttributeItem>

The items returned as part of the response.



7010
7011
7012
7013
7014
7015
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7010

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

#next_token ⇒ String

The pagination token from the previous call.

Returns:

  • (String)


7010
7011
7012
7013
7014
7015
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7010

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