Module: Aws::Greengrass::Client::_GetDeviceDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDeviceDefinitionResponse]
- 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
738 |
# File 'sig/client.rbs', line 738
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
739 |
# File 'sig/client.rbs', line 739
def creation_timestamp: () -> ::String
|
#id ⇒ ::String
740 |
# File 'sig/client.rbs', line 740
def id: () -> ::String
|
#last_updated_timestamp ⇒ ::String
741 |
# File 'sig/client.rbs', line 741
def last_updated_timestamp: () -> ::String
|
#latest_version ⇒ ::String
742 |
# File 'sig/client.rbs', line 742
def latest_version: () -> ::String
|
#latest_version_arn ⇒ ::String
743 |
# File 'sig/client.rbs', line 743
def latest_version_arn: () -> ::String
|
#name ⇒ ::String
744 |
# File 'sig/client.rbs', line 744
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
745 |
# File 'sig/client.rbs', line 745
def tags: () -> ::Hash[::String, ::String]
|