Class: Aws::XRay::Types::UpdateTraceSegmentDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::UpdateTraceSegmentDestinationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ String
The configured destination of trace segments.
Instance Attribute Details
#destination ⇒ String
The configured destination of trace segments.
3782 3783 3784 3785 3786 |
# File 'lib/aws-sdk-xray/types.rb', line 3782 class UpdateTraceSegmentDestinationRequest < Struct.new( :destination) SENSITIVE = [] include Aws::Structure end |