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.
1909 1910 1911 |
# File 'sig/types.rbs', line 1909 def key_id @key_id end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def @timestamp end |