Class: Aws::Types::SAMLPrivateKey
- Inherits:
-
Object
- Object
- Aws::Types::SAMLPrivateKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#key_id ⇒ ::String
Returns the value of attribute key_id.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def key_id @key_id end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def @timestamp end |