Class: Aws::ApplicationInsights::Types::AddWorkloadResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::AddWorkloadResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workload_configuration ⇒ Types::WorkloadConfiguration
The configuration settings of the workload.
-
#workload_id ⇒ String
The ID of the workload.
Instance Attribute Details
#workload_configuration ⇒ Types::WorkloadConfiguration
The configuration settings of the workload. The value is the escaped JSON of the configuration.
60 61 62 63 64 65 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 60 class AddWorkloadResponse < Struct.new( :workload_id, :workload_configuration) SENSITIVE = [] include Aws::Structure end |
#workload_id ⇒ String
The ID of the workload.
60 61 62 63 64 65 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 60 class AddWorkloadResponse < Struct.new( :workload_id, :workload_configuration) SENSITIVE = [] include Aws::Structure end |