Module: Aws::Greengrass::Client::_CreateLoggerDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateLoggerDefinitionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_timestamp ⇒ ::String
- #id ⇒ ::String
- #last_updated_timestamp ⇒ ::String
- #latest_version ⇒ ::String
- #latest_version_arn ⇒ ::String
- #name ⇒ ::String
Instance Method Details
#arn ⇒ ::String
368 |
# File 'sig/client.rbs', line 368
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
369 |
# File 'sig/client.rbs', line 369
def creation_timestamp: () -> ::String
|
#id ⇒ ::String
370 |
# File 'sig/client.rbs', line 370
def id: () -> ::String
|
#last_updated_timestamp ⇒ ::String
371 |
# File 'sig/client.rbs', line 371
def last_updated_timestamp: () -> ::String
|
#latest_version ⇒ ::String
372 |
# File 'sig/client.rbs', line 372
def latest_version: () -> ::String
|
#latest_version_arn ⇒ ::String
373 |
# File 'sig/client.rbs', line 373
def latest_version_arn: () -> ::String
|
#name ⇒ ::String
374 |
# File 'sig/client.rbs', line 374
def name: () -> ::String
|