Class: Aws::Pinpoint::Types::DeleteJourneyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteJourneyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
3838 3839 3840 3841 3842 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3838 class DeleteJourneyResponse < Struct.new( :journey_response) SENSITIVE = [] include Aws::Structure end |