Class: Aws::Types::ApiKey
- Inherits:
-
Object
- Object
- Aws::Types::ApiKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletes ⇒ ::Integer
Returns the value of attribute deletes.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expires ⇒ ::Integer
Returns the value of attribute expires.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#deletes ⇒ ::Integer
Returns the value of attribute deletes.
61 62 63 |
# File 'sig/types.rbs', line 61 def deletes @deletes end |
#description ⇒ ::String
Returns the value of attribute description.
59 60 61 |
# File 'sig/types.rbs', line 59 def description @description end |
#expires ⇒ ::Integer
Returns the value of attribute expires.
60 61 62 |
# File 'sig/types.rbs', line 60 def expires @expires end |
#id ⇒ ::String
Returns the value of attribute id.
58 59 60 |
# File 'sig/types.rbs', line 58 def id @id end |