Class: Aws::CodeGuruProfiler::Types::DescribeProfilingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::DescribeProfilingGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the describeProfilingGroupRequest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profiling_group_name ⇒ String
The name of the profiling group to get information about.
Instance Attribute Details
#profiling_group_name ⇒ String
The name of the profiling group to get information about.
560 561 562 563 564 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 560 class DescribeProfilingGroupRequest < Struct.new( :profiling_group_name) SENSITIVE = [] include Aws::Structure end |