Class: Aws::CodeGuruProfiler::Types::GetPolicyRequest

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

Overview

The structure representing the getPolicyRequest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profiling_group_nameString

The name of the profiling group.

Returns:

  • (String)


789
790
791
792
793
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 789

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