Class: Aws::ApplicationInsights::Types::DescribeWorkloadRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The AWS account ID for the workload owner.

Returns:

  • (String)


794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 794

class DescribeWorkloadRequest < Struct.new(
  :resource_group_name,
  :component_name,
  :workload_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#component_nameString

The name of the component.

Returns:

  • (String)


794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 794

class DescribeWorkloadRequest < Struct.new(
  :resource_group_name,
  :component_name,
  :workload_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)


794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 794

class DescribeWorkloadRequest < Struct.new(
  :resource_group_name,
  :component_name,
  :workload_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#workload_idString

The ID of the workload.

Returns:

  • (String)


794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 794

class DescribeWorkloadRequest < Struct.new(
  :resource_group_name,
  :component_name,
  :workload_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end