class
Amazonite::Iam::UpdateServerCertificateRequest
- Amazonite::Iam::UpdateServerCertificateRequest
- Reference
- Object
Defined in:
iam/update_server_certificate_request.crConstructors
- .from_xml(node : XML::Node) : self
- .new(server_certificate_name : String, new_path : String | Nil = nil, new_server_certificate_name : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#new_path : String | Nil
The new path for the server certificate.
-
#new_path=(new_path : String | Nil)
The new path for the server certificate.
-
#new_server_certificate_name : String | Nil
The new name for the server certificate.
-
#new_server_certificate_name=(new_server_certificate_name : String | Nil)
The new name for the server certificate.
-
#server_certificate_name : String
The name of the server certificate that you want to update.
-
#server_certificate_name=(server_certificate_name : String)
The name of the server certificate that you want to update.
- #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 new path for the server certificate. Include this only if you are updating the server certificate's path.
This parameter allows (through its regex pattern) a string of
characters consisting of either a forward slash (/) by itself or a string that must begin and
end with forward slashes. In addition, it can contain any ASCII character from the ! (\u0021)
through the DEL character (\u007F), including most punctuation characters, digits, and upper
and lowercased letters.
The new path for the server certificate. Include this only if you are updating the server certificate's path.
This parameter allows (through its regex pattern) a string of
characters consisting of either a forward slash (/) by itself or a string that must begin and
end with forward slashes. In addition, it can contain any ASCII character from the ! (\u0021)
through the DEL character (\u007F), including most punctuation characters, digits, and upper
and lowercased letters.
The new name for the server certificate. Include this only if you are updating the server certificate's name. The name of the certificate cannot contain any spaces.
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 new name for the server certificate. Include this only if you are updating the server certificate's name. The name of the certificate cannot contain any spaces.
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 server certificate that you want to update.
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 server certificate that you want to update.
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: _+=,.@-