Class: Aws::CloudWatchEvidently::Types::CreateSegmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::CreateSegmentResponse
- Defined in:
- gems/aws-sdk-cloudwatchevidently/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 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 538 class CreateSegmentResponse < Struct.new( :segment) SENSITIVE = [] include Aws::Structure end |