Class: Aws::CodeGuruProfiler::Types::UpdateProfilingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::UpdateProfilingGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the updateProfilingGroupResponse.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profiling_group ⇒ Types::ProfilingGroupDescription
A [ ‘ProfilingGroupDescription` ][1] that contains information about the returned updated profiling group.
Instance Attribute Details
#profiling_group ⇒ Types::ProfilingGroupDescription
A [ ‘ProfilingGroupDescription` ][1] that contains information about the returned updated profiling group.
[1]: docs.aws.amazon.com/codeguru/latest/profiler-api/API_ProfilingGroupDescription.html
1978 1979 1980 1981 1982 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1978 class UpdateProfilingGroupResponse < Struct.new( :profiling_group) SENSITIVE = [] include Aws::Structure end |