Class: Aws::CodeGuruProfiler::Types::UpdateProfilingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::UpdateProfilingGroupResponse
- Defined in:
- gems/aws-sdk-codeguruprofiler/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
that contains information about
the returned updated profiling group.
1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1978 class UpdateProfilingGroupResponse < Struct.new( :profiling_group) SENSITIVE = [] include Aws::Structure end |