Class: Aws::CustomerProfiles::Types::BatchGetProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::BatchGetProfileResponse
- Defined in:
- gems/aws-sdk-customerprofiles/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][1].
-
#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.
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 |
#profiles ⇒ Array<Types::Profile>
Array of Profile Objects.
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 |