Class: Aws::IAM::Types::GetRolePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetRolePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GetRolePolicy request.
Instance Attribute Summary collapse
-
#policy_document ⇒ String
The policy document.
-
#policy_name ⇒ String
The name of the policy.
-
#role_name ⇒ String
The role the policy is associated with.
Instance Attribute Details
#policy_document ⇒ String
The policy document.
3111 3112 3113 3114 3115 3116 |
# File 'lib/aws-sdk-iam/types.rb', line 3111 class GetRolePolicyResponse < Struct.new( :role_name, :policy_name, :policy_document) include Aws::Structure end |
#policy_name ⇒ String
The name of the policy.
3111 3112 3113 3114 3115 3116 |
# File 'lib/aws-sdk-iam/types.rb', line 3111 class GetRolePolicyResponse < Struct.new( :role_name, :policy_name, :policy_document) include Aws::Structure end |
#role_name ⇒ String
The role the policy is associated with.
3111 3112 3113 3114 3115 3116 |
# File 'lib/aws-sdk-iam/types.rb', line 3111 class GetRolePolicyResponse < Struct.new( :role_name, :policy_name, :policy_document) include Aws::Structure end |