Class: Aws::Pinpoint::Types::GetCampaignVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetCampaignVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#campaigns_response ⇒ Types::CampaignsResponse
List of available campaigns.
Instance Attribute Details
#campaigns_response ⇒ Types::CampaignsResponse
List of available campaigns.
2641 2642 2643 2644 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2641 class GetCampaignVersionsResponse < Struct.new( :campaigns_response) include Aws::Structure end |