Class: Aws::CodeGuruProfiler::Types::CreateProfilingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::CreateProfilingGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the createProfilingGroupResponse.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profiling_group ⇒ Types::ProfilingGroupDescription
The returned [ ‘ProfilingGroupDescription` ][1] object that contains information about the created profiling group.
Instance Attribute Details
#profiling_group ⇒ Types::ProfilingGroupDescription
The returned [ ‘ProfilingGroupDescription` ][1] object that contains information about the created profiling group.
[1]: docs.aws.amazon.com/codeguru/latest/profiler-api/API_ProfilingGroupDescription.html
526 527 528 529 530 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 526 class CreateProfilingGroupResponse < Struct.new( :profiling_group) SENSITIVE = [] include Aws::Structure end |