Class: Aws::Types::CreateApiKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApiKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#generate_distinct_id ⇒ Boolean
Returns the value of attribute generate_distinct_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#stage_keys ⇒ ::Array[Types::StageKey]
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
#customer_id ⇒ ::String
Returns the value of attribute customer_id.
133 134 135 |
# File 'sig/types.rbs', line 133 def customer_id @customer_id end |
#description ⇒ ::String
Returns the value of attribute description.
128 129 130 |
# File 'sig/types.rbs', line 128 def description @description end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
129 130 131 |
# File 'sig/types.rbs', line 129 def enabled @enabled end |
#generate_distinct_id ⇒ Boolean
Returns the value of attribute generate_distinct_id.
130 131 132 |
# File 'sig/types.rbs', line 130 def generate_distinct_id @generate_distinct_id end |
#name ⇒ ::String
Returns the value of attribute name.
127 128 129 |
# File 'sig/types.rbs', line 127 def name @name end |
#stage_keys ⇒ ::Array[Types::StageKey]
Returns the value of attribute stage_keys.
132 133 134 |
# File 'sig/types.rbs', line 132 def stage_keys @stage_keys end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
134 135 136 |
# File 'sig/types.rbs', line 134 def end |
#value ⇒ ::String
Returns the value of attribute value.
131 132 133 |
# File 'sig/types.rbs', line 131 def value @value end |