Class: Aws::CodeGuruProfiler::Types::DescribeProfilingGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeguruprofiler/types.rb

Overview

The structure representing the describeProfilingGroupResponse.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profiling_groupTypes::ProfilingGroupDescription

The returned [ ‘ProfilingGroupDescription` ][1] object that contains information about the requested profiling group.

[1]: docs.aws.amazon.com/codeguru/latest/profiler-api/API_ProfilingGroupDescription.html



579
580
581
582
583
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 579

class DescribeProfilingGroupResponse < Struct.new(
  :profiling_group)
  SENSITIVE = []
  include Aws::Structure
end