class
Amazonite::Iam::DeleteSigningCertificateRequest
- Amazonite::Iam::DeleteSigningCertificateRequest
- Reference
- Object
Defined in:
iam/delete_signing_certificate_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#certificate_id : String
The ID of the signing certificate to delete.
-
#certificate_id=(certificate_id : String)
The ID of the signing certificate to delete.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#user_name : String | Nil
The name of the user the signing certificate belongs to.
-
#user_name=(user_name : String | Nil)
The name of the user the signing certificate belongs to.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ID of the signing certificate to delete.
The format of this parameter, as described by its regex pattern, is a string of characters that can be upper- or lower-cased letters or digits.
The ID of the signing certificate to delete.
The format of this parameter, as described by its regex pattern, is a string of characters that can be upper- or lower-cased letters or digits.
The name of the user the signing certificate belongs to.
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 user the signing certificate belongs to.
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: _+=,.@-