Module: Aws::Greengrass::Client::_CreateResourceDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateResourceDefinitionResponse]
- 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
420 |
# File 'sig/client.rbs', line 420
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
421 |
# File 'sig/client.rbs', line 421
def creation_timestamp: () -> ::String
|
#id ⇒ ::String
422 |
# File 'sig/client.rbs', line 422
def id: () -> ::String
|
#last_updated_timestamp ⇒ ::String
423 |
# File 'sig/client.rbs', line 423
def last_updated_timestamp: () -> ::String
|
#latest_version ⇒ ::String
424 |
# File 'sig/client.rbs', line 424
def latest_version: () -> ::String
|
#latest_version_arn ⇒ ::String
425 |
# File 'sig/client.rbs', line 425
def latest_version_arn: () -> ::String
|
#name ⇒ ::String
426 |
# File 'sig/client.rbs', line 426
def name: () -> ::String
|