Class: Aws::Pinpoint::Types::DeleteJourneyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteJourneyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#journey_response ⇒ Types::JourneyResponse
Provides information about the status, configuration, and other settings for a journey.
Instance Attribute Details
#journey_response ⇒ Types::JourneyResponse
Provides information about the status, configuration, and other settings for a journey.
5088 5089 5090 5091 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5088 class DeleteJourneyResponse < Struct.new( :journey_response) include Aws::Structure end |