Class: Aws::IAM::Types::ListPoliciesGrantingServiceAccessEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ListPoliciesGrantingServiceAccessEntry
- 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 used as a response element in the ListPoliciesGrantingServiceAccess operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policies ⇒ Array<Types::PolicyGrantingServiceAccess>
The
PoliciesGrantingServiceAccess
object that contains details about the policy. -
#service_namespace ⇒ String
The namespace of the service that was accessed.
Instance Attribute Details
#policies ⇒ Array<Types::PolicyGrantingServiceAccess>
The PoliciesGrantingServiceAccess
object that contains details
about the policy.
6152 6153 6154 6155 6156 6157 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 6152 class ListPoliciesGrantingServiceAccessEntry < Struct.new( :service_namespace, :policies) SENSITIVE = [] include Aws::Structure end |
#service_namespace ⇒ String
The namespace of the service that was accessed.
To learn the service namespace of a service, see Actions,
resources, and condition keys for Amazon Web Services services
in the Service Authorization Reference. Choose the name of the
service to view details for that service. In the first paragraph,
find the service prefix. For example, (service prefix: a4b)
. For
more information about service namespaces, see Amazon Web Services
service namespaces in the Amazon Web Services General
Reference.
6152 6153 6154 6155 6156 6157 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 6152 class ListPoliciesGrantingServiceAccessEntry < Struct.new( :service_namespace, :policies) SENSITIVE = [] include Aws::Structure end |