Class: Aws::Pinpoint::Types::GetCampaignResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetCampaignResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#campaign_response ⇒ Types::CampaignResponse
Campaign definition.
Instance Attribute Details
#campaign_response ⇒ Types::CampaignResponse
Campaign definition
2568 2569 2570 2571 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2568 class GetCampaignResponse < Struct.new( :campaign_response) include Aws::Structure end |