Class: Aws::CloudWatchEvidently::Types::GetSegmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::GetSegmentResponse
- 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.
Instance Attribute Details
#segment ⇒ Types::Segment
A structure that contains the complete information about the segment.
1485 1486 1487 1488 1489 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1485 class GetSegmentResponse < Struct.new( :segment) SENSITIVE = [] include Aws::Structure end |