class Amazonite::Iam::RoleUsageType

Overview

An object that contains details about how a service-linked role is used, if that information is returned by the service.

This data type is used as a response element in the GetServiceLinkedRoleDeletionStatus operation.

Defined in:

iam/role_usage_type.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(region : String | Nil = nil, resources : Array(String) | 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 region : String | Nil #

The name of the Region where the service-linked role is being used.


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

The name of the Region where the service-linked role is being used.


[View source]
def resources : Array(String) | Nil #

The name of the resource that is using the service-linked role.


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

The name of the resource that is using the service-linked role.


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

[View source]
def validate! : Nil #

[View source]