Module: Aws::APIGateway::Client::_CreateApiKeyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ApiKey]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_date ⇒ ::Time
- #customer_id ⇒ ::String
- #description ⇒ ::String
- #enabled ⇒ Boolean
- #id ⇒ ::String
- #last_updated_date ⇒ ::Time
- #name ⇒ ::String
- #stage_keys ⇒ ::Array[::String]
- #tags ⇒ ::Hash[::String, ::String]
- #value ⇒ ::String
Instance Method Details
#created_date ⇒ ::Time
89 |
# File 'sig/client.rbs', line 89 def created_date: () -> ::Time |
#customer_id ⇒ ::String
86 |
# File 'sig/client.rbs', line 86 def customer_id: () -> ::String |
#description ⇒ ::String
87 |
# File 'sig/client.rbs', line 87 def description: () -> ::String |
#enabled ⇒ Boolean
88 |
# File 'sig/client.rbs', line 88 def enabled: () -> bool |
#id ⇒ ::String
83 |
# File 'sig/client.rbs', line 83 def id: () -> ::String |
#last_updated_date ⇒ ::Time
90 |
# File 'sig/client.rbs', line 90 def last_updated_date: () -> ::Time |
#name ⇒ ::String
85 |
# File 'sig/client.rbs', line 85 def name: () -> ::String |
#stage_keys ⇒ ::Array[::String]
91 |
# File 'sig/client.rbs', line 91 def stage_keys: () -> ::Array[::String] |
#tags ⇒ ::Hash[::String, ::String]
92 |
# File 'sig/client.rbs', line 92 def tags: () -> ::Hash[::String, ::String] |
#value ⇒ ::String
84 |
# File 'sig/client.rbs', line 84 def value: () -> ::String |