Class: Aws::ApplicationInsights::Types::DescribeWorkloadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeWorkloadRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID for the workload owner.
-
#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
#account_id ⇒ String
The Amazon Web Services account ID for the workload owner.
813 814 815 816 817 818 819 820 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 813 class DescribeWorkloadRequest < Struct.new( :resource_group_name, :component_name, :workload_id, :account_id) SENSITIVE = [] include Aws::Structure end |
#component_name ⇒ String
The name of the component.
813 814 815 816 817 818 819 820 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 813 class DescribeWorkloadRequest < Struct.new( :resource_group_name, :component_name, :workload_id, :account_id) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
813 814 815 816 817 818 819 820 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 813 class DescribeWorkloadRequest < Struct.new( :resource_group_name, :component_name, :workload_id, :account_id) SENSITIVE = [] include Aws::Structure end |
#workload_id ⇒ String
The ID of the workload.
813 814 815 816 817 818 819 820 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 813 class DescribeWorkloadRequest < Struct.new( :resource_group_name, :component_name, :workload_id, :account_id) SENSITIVE = [] include Aws::Structure end |