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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeguruprofiler/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 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 540

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