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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationinsights/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.



2138
2139
2140
2141
2142
2143
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 2138

class UpdateWorkloadResponse < Struct.new(
  :workload_id,
  :workload_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#workload_idString

The ID of the workload.

Returns:

  • (String)


2138
2139
2140
2141
2142
2143
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 2138

class UpdateWorkloadResponse < Struct.new(
  :workload_id,
  :workload_configuration)
  SENSITIVE = []
  include Aws::Structure
end