Class: Aws::CloudWatchEvidently::Types::DeleteSegmentRequest

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

#segmentString

Specifies the segment to delete.

Returns:

  • (String)


630
631
632
633
634
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 630

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