Class: Aws::CodeGuruProfiler::Types::DeleteProfilingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::DeleteProfilingGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the deleteProfilingGroupRequest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profiling_group_name ⇒ String
The name of the profiling group to delete.
Instance Attribute Details
#profiling_group_name ⇒ String
The name of the profiling group to delete.
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 |