Class: Aws::ApplicationInsights::Types::AddWorkloadRequest

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

#component_nameString

The name of the component.

Returns:

  • (String)


41
42
43
44
45
46
47
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 41

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

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)


41
42
43
44
45
46
47
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 41

class AddWorkloadRequest < Struct.new(
  :resource_group_name,
  :component_name,
  :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.



41
42
43
44
45
46
47
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 41

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