Class: Aws::Types::SecurityKey
- Inherits:
-
Object
- Object
- Aws::Types::SecurityKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#key ⇒ ::String
Returns the value of attribute key.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
7700 7701 7702 |
# File 'sig/types.rbs', line 7700 def association_id @association_id end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
7702 7703 7704 |
# File 'sig/types.rbs', line 7702 def creation_time @creation_time end |
#key ⇒ ::String
Returns the value of attribute key.
7701 7702 7703 |
# File 'sig/types.rbs', line 7701 def key @key end |