class
Amazonite::Iam::DeleteServiceSpecificCredentialRequest
- Amazonite::Iam::DeleteServiceSpecificCredentialRequest
- Reference
- Object
Defined in:
iam/delete_service_specific_credential_request.crConstructors
- .from_xml(node : XML::Node) : self
- .new(service_specific_credential_id : String, user_name : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#service_specific_credential_id : String
The unique identifier of the service-specific credential.
-
#service_specific_credential_id=(service_specific_credential_id : String)
The unique identifier of the service-specific credential.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#user_name : String | Nil
The name of the IAM user associated with the service-specific credential.
-
#user_name=(user_name : String | Nil)
The name of the IAM user associated with the service-specific credential.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The unique identifier of the service-specific credential. You can get this value by calling ListServiceSpecificCredentials.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
The unique identifier of the service-specific credential. You can get this value by calling ListServiceSpecificCredentials.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
The name of the IAM user associated with the service-specific credential. If this value is not specified, then the operation assumes the user whose credentials are used to call the operation.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
The name of the IAM user associated with the service-specific credential. If this value is not specified, then the operation assumes the user whose credentials are used to call the operation.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-