Module: Aws::Greengrass::Client::_GetResourceDefinitionVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetResourceDefinitionVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_timestamp ⇒ ::String
- #definition ⇒ Types::ResourceDefinitionVersion
- #id ⇒ ::String
- #version ⇒ ::String
Instance Method Details
#arn ⇒ ::String
913 |
# File 'sig/client.rbs', line 913
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
914 |
# File 'sig/client.rbs', line 914
def creation_timestamp: () -> ::String
|
#definition ⇒ Types::ResourceDefinitionVersion
915 |
# File 'sig/client.rbs', line 915
def definition: () -> Types::ResourceDefinitionVersion
|
#id ⇒ ::String
916 |
# File 'sig/client.rbs', line 916
def id: () -> ::String
|
#version ⇒ ::String
917 |
# File 'sig/client.rbs', line 917
def version: () -> ::String
|