Class: Aws::CodeGuruProfiler::Types::GetPolicyRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeGuruProfiler::Types::GetPolicyRequest
 
- 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
- 
  
    
      #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 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 789 class GetPolicyRequest < Struct.new( :profiling_group_name) SENSITIVE = [] include Aws::Structure end |