Class: Aws::Types::APIKeySummary
- Inherits:
-
Object
- Object
- Aws::Types::APIKeySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key ⇒ ::String
Returns the value of attribute api_key.
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#token_domains ⇒ ::Array[::String]
Returns the value of attribute token_domains.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#api_key ⇒ ::String
Returns the value of attribute api_key.
13 14 15 |
# File 'sig/types.rbs', line 13 def api_key @api_key end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
14 15 16 |
# File 'sig/types.rbs', line 14 def @creation_timestamp end |
#token_domains ⇒ ::Array[::String]
Returns the value of attribute token_domains.
12 13 14 |
# File 'sig/types.rbs', line 12 def token_domains @token_domains end |
#version ⇒ ::Integer
Returns the value of attribute version.
15 16 17 |
# File 'sig/types.rbs', line 15 def version @version end |