Class: Aws::IAM::Types::PolicyRole
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::PolicyRole
- Defined in:
- gems/aws-sdk-iam/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 IAM User Guide.
Constant Summary collapse
- SENSITIVE =
[]
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.
8235 8236 8237 8238 8239 8240 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 8235 class PolicyRole < Struct.new( :role_name, :role_id) SENSITIVE = [] include Aws::Structure end |
#role_name ⇒ String
The name (friendly name, not ARN) identifying the role.
8235 8236 8237 8238 8239 8240 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 8235 class PolicyRole < Struct.new( :role_name, :role_id) SENSITIVE = [] include Aws::Structure end |