class
Amazonite::Iam::RoleUsageType
- Amazonite::Iam::RoleUsageType
- Reference
- Object
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.crConstructors
- .from_xml(node : XML::Node) : self
- .new(region : String | Nil = nil, resources : Array(String) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#region : String | Nil
The name of the Region where the service-linked role is being used.
-
#region=(region : String | Nil)
The name of the Region where the service-linked role is being used.
-
#resources : Array(String) | Nil
The name of the resource that is using the service-linked role.
-
#resources=(resources : Array(String) | Nil)
The name of the resource that is using the service-linked role.
- #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 name of the Region where the service-linked role is being used.
The name of the resource that is using the service-linked role.
The name of the resource that is using the service-linked role.