Module: Aws::APIGateway::Client::_GetApiKeyResponseSuccess
- 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
698 |
# File 'sig/client.rbs', line 698
def created_date: () -> ::Time
|
#customer_id ⇒ ::String
695 |
# File 'sig/client.rbs', line 695
def customer_id: () -> ::String
|
#description ⇒ ::String
696 |
# File 'sig/client.rbs', line 696
def description: () -> ::String
|
#enabled ⇒ Boolean
697 |
# File 'sig/client.rbs', line 697
def enabled: () -> bool
|
#id ⇒ ::String
692 |
# File 'sig/client.rbs', line 692
def id: () -> ::String
|
#last_updated_date ⇒ ::Time
699 |
# File 'sig/client.rbs', line 699
def last_updated_date: () -> ::Time
|
#name ⇒ ::String
694 |
# File 'sig/client.rbs', line 694
def name: () -> ::String
|
#stage_keys ⇒ ::Array[::String]
700 |
# File 'sig/client.rbs', line 700
def stage_keys: () -> ::Array[::String]
|
#tags ⇒ ::Hash[::String, ::String]
701 |
# File 'sig/client.rbs', line 701
def tags: () -> ::Hash[::String, ::String]
|
#value ⇒ ::String
693 |
# File 'sig/client.rbs', line 693
def value: () -> ::String
|