Module: Aws::Greengrass::Client::_GetDeviceDefinitionVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDeviceDefinitionVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_timestamp ⇒ ::String
- #definition ⇒ Types::DeviceDefinitionVersion
- #id ⇒ ::String
- #next_token ⇒ ::String
- #version ⇒ ::String
Instance Method Details
#arn ⇒ ::String
755 |
# File 'sig/client.rbs', line 755
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
756 |
# File 'sig/client.rbs', line 756
def creation_timestamp: () -> ::String
|
#definition ⇒ Types::DeviceDefinitionVersion
757 |
# File 'sig/client.rbs', line 757
def definition: () -> Types::DeviceDefinitionVersion
|
#id ⇒ ::String
758 |
# File 'sig/client.rbs', line 758
def id: () -> ::String
|
#next_token ⇒ ::String
759 |
# File 'sig/client.rbs', line 759
def next_token: () -> ::String
|
#version ⇒ ::String
760 |
# File 'sig/client.rbs', line 760
def version: () -> ::String
|