Class: Aws::ApplicationInsights::Types::UpdateWorkloadRequest

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

#component_nameString

The name of the component.

Returns:

  • (String)


2150
2151
2152
2153
2154
2155
2156
2157
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2150

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

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)


2150
2151
2152
2153
2154
2155
2156
2157
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2150

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

#workload_configurationTypes::WorkloadConfiguration

The configuration settings of the workload. The value is the escaped JSON of the configuration.



2150
2151
2152
2153
2154
2155
2156
2157
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2150

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

#workload_idString

The ID of the workload.

Returns:

  • (String)


2150
2151
2152
2153
2154
2155
2156
2157
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2150

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