Class: Aws::ApplicationInsights::Types::RemoveWorkloadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::RemoveWorkloadRequest
- 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_id ⇒ String
The ID of the workload.
Instance Attribute Details
#component_name ⇒ String
The name of the component.
1720 1721 1722 1723 1724 1725 1726 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1720 class RemoveWorkloadRequest < Struct.new( :resource_group_name, :component_name, :workload_id) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
1720 1721 1722 1723 1724 1725 1726 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1720 class RemoveWorkloadRequest < Struct.new( :resource_group_name, :component_name, :workload_id) SENSITIVE = [] include Aws::Structure end |
#workload_id ⇒ String
The ID of the workload.
1720 1721 1722 1723 1724 1725 1726 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1720 class RemoveWorkloadRequest < Struct.new( :resource_group_name, :component_name, :workload_id) SENSITIVE = [] include Aws::Structure end |