Class: Aws::ApplicationInsights::Types::Workload
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::Workload
- 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
-
#component_name ⇒ String
The name of the component.
-
#missing_workload_config ⇒ Boolean
Indicates whether all of the component configurations required to monitor a workload were provided.
-
#tier ⇒ String
The tier of the workload.
-
#workload_id ⇒ String
The ID of the workload.
-
#workload_name ⇒ String
The name of the workload.
-
#workload_remarks ⇒ String
If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
Instance Attribute Details
#component_name ⇒ String
The name of the component.
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_config ⇒ Boolean
Indicates whether all of the component configurations required to monitor a workload were provided.
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 |
#tier ⇒ String
The tier of the workload.
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_id ⇒ String
The ID of the workload.
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_name ⇒ String
The name of the workload.
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_remarks ⇒ String
If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
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 |