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

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

#segment_responseTypes::SegmentResponse

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



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

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