Module: Aws::IoTManagedIntegrations::Client::_GetCredentialLockerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCredentialLockerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #id ⇒ ::String
- #name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
476 |
# File 'sig/client.rbs', line 476
def arn: () -> ::String
|
#created_at ⇒ ::Time
478 |
# File 'sig/client.rbs', line 478
def created_at: () -> ::Time
|
#id ⇒ ::String
475 |
# File 'sig/client.rbs', line 475
def id: () -> ::String
|
#name ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
479 |
# File 'sig/client.rbs', line 479
def tags: () -> ::Hash[::String, ::String]
|