Class: Aws::NovaAct::Types::TraceLocation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#locationString

The specific location where the trace data is stored.

Returns:

  • (String)


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_typeString

The type of storage location for the trace data.

Returns:

  • (String)


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