Class: Aws::Pinpoint::Types::GetCampaignVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetCampaignVersionsResponse
- 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.
6471 6472 6473 6474 6475 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6471 class GetCampaignVersionsResponse < Struct.new( :campaigns_response) SENSITIVE = [] include Aws::Structure end |