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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2220

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

#missing_workload_configBoolean

Indicates whether all of the component configurations required to monitor a workload were provided.

Returns:

  • (Boolean)


2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2220

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

#tierString

The tier of the workload.

Returns:

  • (String)


2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2220

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

#workload_idString

The ID of the workload.

Returns:

  • (String)


2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2220

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

#workload_nameString

The name of the workload.

Returns:

  • (String)


2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2220

class Workload < Struct.new(
  :workload_id,
  :component_name,
  :workload_name,
  :tier,
  :workload_remarks,
  :missing_workload_config)
  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)


2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2220

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