Class: Aws::Pinpoint::Types::GetSegmentResponse

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.



7279
7280
7281
7282
7283
# File 'lib/aws-sdk-pinpoint/types.rb', line 7279

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