Module: Aws::LocationService::Client::_DescribeKeyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeKeyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #create_time ⇒ ::Time
- #description ⇒ ::String
- #expire_time ⇒ ::Time
- #key ⇒ ::String
- #key_arn ⇒ ::String
- #key_name ⇒ ::String
- #restrictions ⇒ Types::ApiKeyRestrictions
- #tags ⇒ ::Hash[::String, ::String]
- #update_time ⇒ ::Time
Instance Method Details
#create_time ⇒ ::Time
429 |
# File 'sig/client.rbs', line 429
def create_time: () -> ::Time
|
#description ⇒ ::String
432 |
# File 'sig/client.rbs', line 432
def description: () -> ::String
|
#expire_time ⇒ ::Time
430 |
# File 'sig/client.rbs', line 430
def expire_time: () -> ::Time
|
#key ⇒ ::String
425 |
# File 'sig/client.rbs', line 425
def key: () -> ::String
|
#key_arn ⇒ ::String
426 |
# File 'sig/client.rbs', line 426
def key_arn: () -> ::String
|
#key_name ⇒ ::String
427 |
# File 'sig/client.rbs', line 427
def key_name: () -> ::String
|
#restrictions ⇒ Types::ApiKeyRestrictions
428 |
# File 'sig/client.rbs', line 428
def restrictions: () -> Types::ApiKeyRestrictions
|
#tags ⇒ ::Hash[::String, ::String]
433 |
# File 'sig/client.rbs', line 433
def tags: () -> ::Hash[::String, ::String]
|
#update_time ⇒ ::Time
431 |
# File 'sig/client.rbs', line 431
def update_time: () -> ::Time
|