Class: Aws::ApplicationInsights::Types::DescribeWorkloadResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeWorkloadResponse
- 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.
-
#workload_remarks ⇒ String
If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
Instance Attribute Details
#workload_configuration ⇒ Types::WorkloadConfiguration
The configuration settings of the workload. The value is the escaped JSON of the configuration.
838 839 840 841 842 843 844 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 838 class DescribeWorkloadResponse < Struct.new( :workload_id, :workload_remarks, :workload_configuration) SENSITIVE = [] include Aws::Structure end |
#workload_id ⇒ String
The ID of the workload.
838 839 840 841 842 843 844 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 838 class DescribeWorkloadResponse < Struct.new( :workload_id, :workload_remarks, :workload_configuration) SENSITIVE = [] include Aws::Structure end |
#workload_remarks ⇒ String
If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
838 839 840 841 842 843 844 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 838 class DescribeWorkloadResponse < Struct.new( :workload_id, :workload_remarks, :workload_configuration) SENSITIVE = [] include Aws::Structure end |