Class: Aws::CloudWatchEvidently::Types::GetSegmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::GetSegmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#segment ⇒ String
The ARN of the segment to return information for.
Instance Attribute Details
#segment ⇒ String
The ARN of the segment to return information for.
1472 1473 1474 1475 1476 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1472 class GetSegmentRequest < Struct.new( :segment) SENSITIVE = [] include Aws::Structure end |