class
Amazonite::Iam::ListPoliciesGrantingServiceAccessEntry
- Amazonite::Iam::ListPoliciesGrantingServiceAccessEntry
- Reference
- Object
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.
Defined in:
iam/list_policies_granting_service_access_entry.crConstructors
- .from_xml(node : XML::Node) : self
- .new(service_namespace : String | Nil = nil, policies : Array(PolicyGrantingServiceAccess) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#policies : Array(PolicyGrantingServiceAccess) | Nil
The
PoliciesGrantingServiceAccessobject that contains details about the policy. -
#policies=(policies : Array(PolicyGrantingServiceAccess) | Nil)
The
PoliciesGrantingServiceAccessobject that contains details about the policy. -
#service_namespace : String | Nil
The namespace of the service that was accessed.
-
#service_namespace=(service_namespace : String | Nil)
The namespace of the service that was accessed.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The PoliciesGrantingServiceAccess object that contains details about the policy.
The PoliciesGrantingServiceAccess object that contains details about the policy.
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.
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.