Class: Aws::Pinpoint::Types::GetCampaignsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetCampaignsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#campaigns_response ⇒ Types::CampaignsResponse
Provides information about the configuration and other settings for all the campaigns that are associated with an application.
Instance Attribute Details
#campaigns_response ⇒ Types::CampaignsResponse
Provides information about the configuration and other settings for all the campaigns that are associated with an application.
6503 6504 6505 6506 6507 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6503 class GetCampaignsResponse < Struct.new( :campaigns_response) SENSITIVE = [] include Aws::Structure end |