Class: Aws::ApplicationInsights::Types::UpdateWorkloadResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::UpdateWorkloadResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workload_configuration ⇒ Types::WorkloadConfiguration
The configuration settings of the workload.
-
#workload_id ⇒ String
The ID of the workload.
Instance Attribute Details
#workload_configuration ⇒ Types::WorkloadConfiguration
The configuration settings of the workload. The value is the escaped JSON of the configuration.
2170 2171 2172 2173 2174 2175 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2170 class UpdateWorkloadResponse < Struct.new( :workload_id, :workload_configuration) SENSITIVE = [] include Aws::Structure end |
#workload_id ⇒ String
The ID of the workload.
2170 2171 2172 2173 2174 2175 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2170 class UpdateWorkloadResponse < Struct.new( :workload_id, :workload_configuration) SENSITIVE = [] include Aws::Structure end |