Class: Aws::CodeGuruProfiler::Types::DeleteProfilingGroupRequest

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

Overview

The structure representing the deleteProfilingGroupRequest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profiling_group_nameString

The name of the profiling group to delete.

Returns:

  • (String)


540
541
542
543
544
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 540

class DeleteProfilingGroupRequest < Struct.new(
  :profiling_group_name)
  SENSITIVE = []
  include Aws::Structure
end