Class: Aws::ApplicationInsights::Types::WorkloadConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::WorkloadConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
The configuration of the workload.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ String
The configuration settings of the workload.
-
#tier ⇒ String
The configuration of the workload tier.
-
#workload_name ⇒ String
The name of the workload.
Instance Attribute Details
#configuration ⇒ String
The configuration settings of the workload.
2247 2248 2249 2250 2251 2252 2253 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2247 class WorkloadConfiguration < Struct.new( :workload_name, :tier, :configuration) SENSITIVE = [] include Aws::Structure end |
#tier ⇒ String
The configuration of the workload tier.
2247 2248 2249 2250 2251 2252 2253 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2247 class WorkloadConfiguration < Struct.new( :workload_name, :tier, :configuration) SENSITIVE = [] include Aws::Structure end |
#workload_name ⇒ String
The name of the workload.
2247 2248 2249 2250 2251 2252 2253 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2247 class WorkloadConfiguration < Struct.new( :workload_name, :tier, :configuration) SENSITIVE = [] include Aws::Structure end |