class Amazonite::Iam::ListPoliciesGrantingServiceAccessEntry

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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(service_namespace : String | Nil = nil, policies : Array(PolicyGrantingServiceAccess) | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def policies : Array(PolicyGrantingServiceAccess) | Nil #

The PoliciesGrantingServiceAccess object that contains details about the policy.


[View source]
def policies=(policies : Array(PolicyGrantingServiceAccess) | Nil) #

The PoliciesGrantingServiceAccess object that contains details about the policy.


[View source]
def service_namespace : String | Nil #

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.


[View source]
def service_namespace=(service_namespace : String | Nil) #

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.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]