Module: Aws::Greengrass::Client::_GetLoggerDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLoggerDefinitionResponse]
- 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
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
863 |
# File 'sig/client.rbs', line 863
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
864 |
# File 'sig/client.rbs', line 864
def creation_timestamp: () -> ::String
|
#id ⇒ ::String
865 |
# File 'sig/client.rbs', line 865
def id: () -> ::String
|
#last_updated_timestamp ⇒ ::String
866 |
# File 'sig/client.rbs', line 866
def last_updated_timestamp: () -> ::String
|
#latest_version ⇒ ::String
867 |
# File 'sig/client.rbs', line 867
def latest_version: () -> ::String
|
#latest_version_arn ⇒ ::String
868 |
# File 'sig/client.rbs', line 868
def latest_version_arn: () -> ::String
|
#name ⇒ ::String
869 |
# File 'sig/client.rbs', line 869
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
870 |
# File 'sig/client.rbs', line 870
def tags: () -> ::Hash[::String, ::String]
|