Class: Aws::CodeGuruProfiler::Types::DescribeProfilingGroupRequest

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

Overview

The structure representing the describeProfilingGroupRequest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profiling_group_nameString

The name of the profiling group to get information about.

Returns:

  • (String)


560
561
562
563
564
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 560

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