Class: Aws::CloudWatchEvidently::Types::GetSegmentRequest

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

#segmentString

The ARN of the segment to return information for.

Returns:

  • (String)


1472
1473
1474
1475
1476
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1472

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