Class: Aws::IAM::Types::PolicyRole
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::PolicyRole
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains information about a role that a managed policy is attached to.
This data type is used as a response element in the ListEntitiesForPolicy operation.
For more information about managed policies, refer to [Managed Policies and Inline Policies] in the *Using IAM* guide.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html
Instance Attribute Summary collapse
-
#role_id ⇒ String
The stable and unique string identifying the role.
-
#role_name ⇒ String
The name (friendly name, not ARN) identifying the role.
Instance Attribute Details
#role_id ⇒ String
The stable and unique string identifying the role. For more information about IDs, see [IAM Identifiers] in the *IAM User Guide*.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html
6456 6457 6458 6459 6460 |
# File 'lib/aws-sdk-iam/types.rb', line 6456 class PolicyRole < Struct.new( :role_name, :role_id) include Aws::Structure end |
#role_name ⇒ String
The name (friendly name, not ARN) identifying the role.
6456 6457 6458 6459 6460 |
# File 'lib/aws-sdk-iam/types.rb', line 6456 class PolicyRole < Struct.new( :role_name, :role_id) include Aws::Structure end |