Module: Aws::Greengrass::Client::_GetLoggerDefinitionVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLoggerDefinitionVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_timestamp ⇒ ::String
- #definition ⇒ Types::LoggerDefinitionVersion
- #id ⇒ ::String
- #version ⇒ ::String
Instance Method Details
#arn ⇒ ::String
880 |
# File 'sig/client.rbs', line 880
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
881 |
# File 'sig/client.rbs', line 881
def creation_timestamp: () -> ::String
|
#definition ⇒ Types::LoggerDefinitionVersion
882 |
# File 'sig/client.rbs', line 882
def definition: () -> Types::LoggerDefinitionVersion
|
#id ⇒ ::String
883 |
# File 'sig/client.rbs', line 883
def id: () -> ::String
|
#version ⇒ ::String
884 |
# File 'sig/client.rbs', line 884
def version: () -> ::String
|