Class: Aws::CodeGuruProfiler::Types::GetPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::GetPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the ‘getPolicyRequest`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profiling_group_name ⇒ String
The name of the profiling group.
Instance Attribute Details
#profiling_group_name ⇒ String
The name of the profiling group.
789 790 791 792 793 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 789 class GetPolicyRequest < Struct.new( :profiling_group_name) SENSITIVE = [] include Aws::Structure end |