Class: Aws::Pinpoint::Types::DeleteJourneyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#journey_responseTypes::JourneyResponse

Provides information about the status, configuration, and other settings for a journey.



3828
3829
3830
3831
3832
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3828

class DeleteJourneyResponse < Struct.new(
  :journey_response)
  SENSITIVE = []
  include Aws::Structure
end