Class: Aws::ApplicationInsights::Types::AddWorkloadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::AddWorkloadRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_name ⇒ String
The name of the component.
-
#resource_group_name ⇒ String
The name of the resource group.
-
#workload_configuration ⇒ Types::WorkloadConfiguration
The configuration settings of the workload.
Instance Attribute Details
#component_name ⇒ String
The name of the component.
41 42 43 44 45 46 47 |
# File '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_name ⇒ String
The name of the resource group.
41 42 43 44 45 46 47 |
# File '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_configuration ⇒ Types::WorkloadConfiguration
The configuration settings of the workload. The value is the escaped JSON of the configuration.
41 42 43 44 45 46 47 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 41 class AddWorkloadRequest < Struct.new( :resource_group_name, :component_name, :workload_configuration) SENSITIVE = [] include Aws::Structure end |