Class: Aws::CodeGuruProfiler::Types::CreateProfilingGroupResponse

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

Overview

The structure representing the createProfilingGroupResponse.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profiling_groupTypes::ProfilingGroupDescription

The returned ProfilingGroupDescription object that contains information about the created profiling group.



526
527
528
529
530
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 526

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