Class: Aws::Types::ApiKey
- Inherits:
-
Object
- Object
- Aws::Types::ApiKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#customer_id ⇒ ::String
Returns the value of attribute customer_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#stage_keys ⇒ ::Array[::String]
Returns the value of attribute stage_keys.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
32 33 34 |
# File 'sig/types.rbs', line 32 def created_date @created_date end |
#customer_id ⇒ ::String
Returns the value of attribute customer_id.
29 30 31 |
# File 'sig/types.rbs', line 29 def customer_id @customer_id end |
#description ⇒ ::String
Returns the value of attribute description.
30 31 32 |
# File 'sig/types.rbs', line 30 def description @description end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
31 32 33 |
# File 'sig/types.rbs', line 31 def enabled @enabled end |
#id ⇒ ::String
Returns the value of attribute id.
26 27 28 |
# File 'sig/types.rbs', line 26 def id @id end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
33 34 35 |
# File 'sig/types.rbs', line 33 def last_updated_date @last_updated_date end |
#name ⇒ ::String
Returns the value of attribute name.
28 29 30 |
# File 'sig/types.rbs', line 28 def name @name end |
#stage_keys ⇒ ::Array[::String]
Returns the value of attribute stage_keys.
34 35 36 |
# File 'sig/types.rbs', line 34 def stage_keys @stage_keys end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
35 36 37 |
# File 'sig/types.rbs', line 35 def end |
#value ⇒ ::String
Returns the value of attribute value.
27 28 29 |
# File 'sig/types.rbs', line 27 def value @value end |