class
Amazonite::Iam::SAMLProviderListEntry
- Amazonite::Iam::SAMLProviderListEntry
- Reference
- Object
Overview
Contains the list of SAML providers for this account.
Defined in:
iam/saml_provider_list_entry.crConstructors
- .from_xml(node : XML::Node) : self
- .new(arn : String | Nil = nil, valid_until : Time | Nil = nil, create_date : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The Amazon Resource Name (ARN) of the SAML provider.
-
#arn=(arn : String | Nil)
The Amazon Resource Name (ARN) of the SAML provider.
-
#create_date : Time | Nil
The date and time when the SAML provider was created.
-
#create_date=(create_date : Time | Nil)
The date and time when the SAML provider was created.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#valid_until : Time | Nil
The expiration date and time for the SAML provider.
-
#valid_until=(valid_until : Time | Nil)
The expiration date and time for the SAML provider.
- #validate! : Nil
Constructor Detail
def self.new(arn : String | Nil = nil, valid_until : Time | Nil = nil, create_date : Time | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.