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

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

#errorsArray<Types::BatchGetProfileError>

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

[1]: docs.aws.amazon.com/connect/latest/APIReference/CommonErrors.html

Returns:



695
696
697
698
699
700
# File '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 'lib/aws-sdk-customerprofiles/types.rb', line 695

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