Module: Aws::APIGateway::Client::_UpdateApiKeyResponseSuccess
- 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
1728 |
# File 'sig/client.rbs', line 1728
def created_date: () -> ::Time
|
#customer_id ⇒ ::String
1725 |
# File 'sig/client.rbs', line 1725
def customer_id: () -> ::String
|
#description ⇒ ::String
1726 |
# File 'sig/client.rbs', line 1726
def description: () -> ::String
|
#enabled ⇒ Boolean
1727 |
# File 'sig/client.rbs', line 1727
def enabled: () -> bool
|
#id ⇒ ::String
1722 |
# File 'sig/client.rbs', line 1722
def id: () -> ::String
|
#last_updated_date ⇒ ::Time
1729 |
# File 'sig/client.rbs', line 1729
def last_updated_date: () -> ::Time
|
#name ⇒ ::String
1724 |
# File 'sig/client.rbs', line 1724
def name: () -> ::String
|
#stage_keys ⇒ ::Array[::String]
1730 |
# File 'sig/client.rbs', line 1730
def stage_keys: () -> ::Array[::String]
|
#tags ⇒ ::Hash[::String, ::String]
1731 |
# File 'sig/client.rbs', line 1731
def tags: () -> ::Hash[::String, ::String]
|
#value ⇒ ::String
1723 |
# File 'sig/client.rbs', line 1723
def value: () -> ::String
|