Class: Aws::IAM::Types::PolicyGrantingServiceAccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::PolicyGrantingServiceAccess
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Contains details about the permissions policies that are attached to the specified identity (user, group, or role).
This data type is an element of the ListPoliciesGrantingServiceAccessEntry object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_name ⇒ String
The name of the entity (user or role) to which the inline policy is attached.
-
#entity_type ⇒ String
The type of entity (user or role) that used the policy to access the service to which the inline policy is attached.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN).
-
#policy_name ⇒ String
The policy name.
-
#policy_type ⇒ String
The policy type.
Instance Attribute Details
#entity_name ⇒ String
The name of the entity (user or role) to which the inline policy is attached.
This field is null for managed policies. For more information about these policy types, see Managed policies and inline policies in the IAM User Guide.
8628 8629 8630 8631 8632 8633 8634 8635 8636 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 8628 class PolicyGrantingServiceAccess < Struct.new( :policy_name, :policy_type, :policy_arn, :entity_type, :entity_name) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The type of entity (user or role) that used the policy to access the service to which the inline policy is attached.
This field is null for managed policies. For more information about these policy types, see Managed policies and inline policies in the IAM User Guide.
8628 8629 8630 8631 8632 8633 8634 8635 8636 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 8628 class PolicyGrantingServiceAccess < Struct.new( :policy_name, :policy_type, :policy_arn, :entity_type, :entity_name) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.
For more information about ARNs, go to Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
8628 8629 8630 8631 8632 8633 8634 8635 8636 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 8628 class PolicyGrantingServiceAccess < Struct.new( :policy_name, :policy_type, :policy_arn, :entity_type, :entity_name) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The policy name.
8628 8629 8630 8631 8632 8633 8634 8635 8636 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 8628 class PolicyGrantingServiceAccess < Struct.new( :policy_name, :policy_type, :policy_arn, :entity_type, :entity_name) SENSITIVE = [] include Aws::Structure end |
#policy_type ⇒ String
The policy type. For more information about these policy types, see Managed policies and inline policies in the IAM User Guide.
8628 8629 8630 8631 8632 8633 8634 8635 8636 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 8628 class PolicyGrantingServiceAccess < Struct.new( :policy_name, :policy_type, :policy_arn, :entity_type, :entity_name) SENSITIVE = [] include Aws::Structure end |