Class: Aws::Pinpoint::Types::UpdateSegmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateSegmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#segment_response ⇒ Types::SegmentResponse
Provides information about the configuration, dimension, and other settings for a segment.
Instance Attribute Details
#segment_response ⇒ Types::SegmentResponse
Provides information about the configuration, dimension, and other settings for a segment.
13022 13023 13024 13025 13026 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13022 class UpdateSegmentResponse < Struct.new( :segment_response) SENSITIVE = [] include Aws::Structure end |