Class: Aws::ApplicationInsights::Types::RemoveWorkloadRequest

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

#component_nameString

The name of the component.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1695

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

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1695

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

#workload_idString

The ID of the workload.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1695

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