Class: Aws::CloudWatchEvidently::Types::GetSegmentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#segmentTypes::Segment

A structure that contains the complete information about the segment.

Returns:



1485
1486
1487
1488
1489
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1485

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