Class: Aws::CloudWatchEvidently::Types::CreateSegmentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 that was just created.

Returns:



538
539
540
541
542
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 538

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