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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID for the workload owner.

Returns:

  • (String)


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_nameString

The name of the component.

Returns:

  • (String)


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_nameString

The name of the resource group.

Returns:

  • (String)


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_idString

The ID of the workload.

Returns:

  • (String)


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