Class: Aws::CodeGuruProfiler::Types::DescribeProfilingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::DescribeProfilingGroupResponse
- Defined in:
- gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the describeProfilingGroupResponse.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profiling_group ⇒ Types::ProfilingGroupDescription
The returned [
ProfilingGroupDescription
][1] object that contains information about the requested profiling group.
Instance Attribute Details
#profiling_group ⇒ Types::ProfilingGroupDescription
The returned ProfilingGroupDescription
object that contains
information about the requested profiling group.
579 580 581 582 583 |
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 579 class DescribeProfilingGroupResponse < Struct.new( :profiling_group) SENSITIVE = [] include Aws::Structure end |