Class: Aws::IoT::Types::GetPolicyRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::GetPolicyRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input for the GetPolicy operation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #policy_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the policy. 
Instance Attribute Details
#policy_name ⇒ String
The name of the policy.
| 8513 8514 8515 8516 8517 | # File 'lib/aws-sdk-iot/types.rb', line 8513 class GetPolicyRequest < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |