Class: Aws::CloudWatchEvidently::Types::CreateSegmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::CreateSegmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#segment ⇒ Types::Segment
A structure that contains the complete information about the segment that was just created.
Instance Attribute Details
#segment ⇒ Types::Segment
A structure that contains the complete information about the segment that was just created.
538 539 540 541 542 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 538 class CreateSegmentResponse < Struct.new( :segment) SENSITIVE = [] include Aws::Structure end |