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.
-
#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.
2183 2184 2185 2186 2187 2188 2189 2190 2191 |
# File '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 |
#tier ⇒ String
The tier of the workload.
2183 2184 2185 2186 2187 2188 2189 2190 2191 |
# File '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_id ⇒ String
The ID of the workload.
2183 2184 2185 2186 2187 2188 2189 2190 2191 |
# File '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_name ⇒ String
The name of the workload.
2183 2184 2185 2186 2187 2188 2189 2190 2191 |
# File '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_remarks ⇒ String
If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
2183 2184 2185 2186 2187 2188 2189 2190 2191 |
# File '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 |