Class: Aws::IAM::Types::CreatePolicyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Contains the response to a successful CreatePolicy request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyTypes::Policy

A structure containing details about the new policy.

Returns:



1077
1078
1079
1080
1081
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 1077

class CreatePolicyResponse < Struct.new(
  :policy)
  SENSITIVE = []
  include Aws::Structure
end