Class: Aws::IAM::Types::CreatePolicyResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IAM::Types::CreatePolicyResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful CreatePolicy request.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #policy  ⇒ Types::Policy 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A structure containing details about the new policy. 
Instance Attribute Details
#policy ⇒ Types::Policy
A structure containing details about the new policy.
| 1080 1081 1082 1083 1084 | # File 'lib/aws-sdk-iam/types.rb', line 1080 class CreatePolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |