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.
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.
947 948 949 950 |
# File 'lib/aws-sdk-iam/types.rb', line 947 class CreatePolicyResponse < Struct.new( :policy) include Aws::Structure end |