class
Amazonite::Iam::SAMLPrivateKey
- Amazonite::Iam::SAMLPrivateKey
- Reference
- Object
Overview
Contains the private keys for the SAML provider.
This data type is used as a response element in the GetSAMLProvider operation.
Defined in:
iam/saml_private_key.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key_id : String | Nil
The unique identifier for the SAML private key.
-
#key_id=(key_id : String | Nil)
The unique identifier for the SAML private key.
-
#timestamp : Time | Nil
The date and time, in ISO 8601 date-time format, when the private key was uploaded.
-
#timestamp=(timestamp : Time | Nil)
The date and time, in ISO 8601 date-time format, when the private key was uploaded.
- #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 timestamp : Time | Nil
#
The date and time, in ISO 8601 date-time format, when the private key was uploaded.
def timestamp=(timestamp : Time | Nil)
#
The date and time, in ISO 8601 date-time format, when the private key was uploaded.