Class: Aws::CustomerProfiles::Types::BatchGetProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::BatchGetProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchGetProfileError>
For information about the errors that are common to all actions, see [Common Errors].
-
#profiles ⇒ Array<Types::Profile>
Array of Profile Objects.
Instance Attribute Details
#errors ⇒ Array<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
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 |
#profiles ⇒ Array<Types::Profile>
Array of Profile Objects.
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 |