class
Amazonite::Iam::GetServiceLinkedRoleDeletionStatusResponse
- Amazonite::Iam::GetServiceLinkedRoleDeletionStatusResponse
- Reference
- Object
Defined in:
iam/get_service_linked_role_deletion_status_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(status : DeletionTaskStatusType, reason : DeletionTaskFailureReasonType | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#reason : DeletionTaskFailureReasonType | Nil
An object that contains details about the reason the deletion failed.
-
#reason=(reason : DeletionTaskFailureReasonType | Nil)
An object that contains details about the reason the deletion failed.
-
#status : DeletionTaskStatusType
The status of the deletion.
-
#status=(status : DeletionTaskStatusType)
The status of the deletion.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def reason : DeletionTaskFailureReasonType | Nil
#
An object that contains details about the reason the deletion failed.
def reason=(reason : DeletionTaskFailureReasonType | Nil)
#
An object that contains details about the reason the deletion failed.