Class: Aws::NovaAct::Types::TraceLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::TraceLocation
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
Information about where trace data is stored for debugging and monitoring.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ String
The specific location where the trace data is stored.
-
#location_type ⇒ String
The type of storage location for the trace data.
Instance Attribute Details
#location ⇒ String
The specific location where the trace data is stored.
1121 1122 1123 1124 1125 1126 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1121 class TraceLocation < Struct.new( :location_type, :location) SENSITIVE = [] include Aws::Structure end |
#location_type ⇒ String
The type of storage location for the trace data.
1121 1122 1123 1124 1125 1126 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1121 class TraceLocation < Struct.new( :location_type, :location) SENSITIVE = [] include Aws::Structure end |