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

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

The ARN of the segment to return information for.

Returns:

  • (String)


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

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