Class: Aws::Pinpoint::Types::DeleteSegmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#segment_responseTypes::SegmentResponse

Provides information about the configuration, dimension, and other settings for a segment.



3907
3908
3909
3910
3911
# File 'lib/aws-sdk-pinpoint/types.rb', line 3907

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