Class: Aws::ApplicationInsights::Types::Workload

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb

Overview

Describes the workloads on a component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_nameString

The name of the component.

Returns:

  • (String)


2183
2184
2185
2186
2187
2188
2189
2190
2191
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 2183

class Workload < Struct.new(
  :workload_id,
  :component_name,
  :workload_name,
  :tier,
  :workload_remarks)
  SENSITIVE = []
  include Aws::Structure
end

#tierString

The tier of the workload.

Returns:

  • (String)


2183
2184
2185
2186
2187
2188
2189
2190
2191
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 2183

class Workload < Struct.new(
  :workload_id,
  :component_name,
  :workload_name,
  :tier,
  :workload_remarks)
  SENSITIVE = []
  include Aws::Structure
end

#workload_idString

The ID of the workload.

Returns:

  • (String)


2183
2184
2185
2186
2187
2188
2189
2190
2191
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 2183

class Workload < Struct.new(
  :workload_id,
  :component_name,
  :workload_name,
  :tier,
  :workload_remarks)
  SENSITIVE = []
  include Aws::Structure
end

#workload_nameString

The name of the workload.

Returns:

  • (String)


2183
2184
2185
2186
2187
2188
2189
2190
2191
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 2183

class Workload < Struct.new(
  :workload_id,
  :component_name,
  :workload_name,
  :tier,
  :workload_remarks)
  SENSITIVE = []
  include Aws::Structure
end

#workload_remarksString

If logging is supported for the resource type, shows whether the component has configured logs to be monitored.

Returns:

  • (String)


2183
2184
2185
2186
2187
2188
2189
2190
2191
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 2183

class Workload < Struct.new(
  :workload_id,
  :component_name,
  :workload_name,
  :tier,
  :workload_remarks)
  SENSITIVE = []
  include Aws::Structure
end