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

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

#component_nameString

The name of the component.

Returns:

  • (String)


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_nameString

The name of the resource group.

Returns:

  • (String)


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_idString

The ID of the workload.

Returns:

  • (String)


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