Class: Aws::Pinpoint::Types::CreateSegmentResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#segment_responseTypes::SegmentResponse

Segment definition.



1083
1084
1085
1086
# File 'lib/aws-sdk-pinpoint/types.rb', line 1083

class CreateSegmentResponse < Struct.new(
  :segment_response)
  include Aws::Structure
end