Module: Aws::Greengrass::Client::_CreateDeviceDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDeviceDefinitionResponse]
- 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
Instance Method Details
#arn ⇒ ::String
217 |
# File 'sig/client.rbs', line 217
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
218 |
# File 'sig/client.rbs', line 218
def creation_timestamp: () -> ::String
|
#id ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def id: () -> ::String
|
#last_updated_timestamp ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def last_updated_timestamp: () -> ::String
|
#latest_version ⇒ ::String
221 |
# File 'sig/client.rbs', line 221
def latest_version: () -> ::String
|
#latest_version_arn ⇒ ::String
222 |
# File 'sig/client.rbs', line 222
def latest_version_arn: () -> ::String
|
#name ⇒ ::String
223 |
# File 'sig/client.rbs', line 223
def name: () -> ::String
|