Class: Aws::CodeGuruProfiler::Types::UpdateProfilingGroupResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#profiling_groupTypes::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