Class: Aws::CloudWatchEvidently::Types::DeleteSegmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::DeleteSegmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#segment ⇒ String
Specifies the segment to delete.
Instance Attribute Details
#segment ⇒ String
Specifies the segment to delete.
630 631 632 633 634 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 630 class DeleteSegmentRequest < Struct.new( :segment) SENSITIVE = [] include Aws::Structure end |