Class: Aws::ApplicationInsights::Types::UpdateWorkloadResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationinsights/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workload_configurationTypes::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_idString

The ID of the workload.

Returns:

  • (String)


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