Class: Aws::CustomerProfiles::Types::BatchGetProfileResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchGetProfileError>

For information about the errors that are common to all actions, see Common Errors.

Returns:



695
696
697
698
699
700
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 695

class BatchGetProfileResponse < Struct.new(
  :errors,
  :profiles)
  SENSITIVE = []
  include Aws::Structure
end

#profilesArray<Types::Profile>

Array of Profile Objects.

Returns:



695
696
697
698
699
700
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 695

class BatchGetProfileResponse < Struct.new(
  :errors,
  :profiles)
  SENSITIVE = []
  include Aws::Structure
end