Module: Aws::Greengrass::Client::_GetCoreDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCoreDefinitionResponse]
- 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
690 |
# File 'sig/client.rbs', line 690
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
691 |
# File 'sig/client.rbs', line 691
def creation_timestamp: () -> ::String
|
#id ⇒ ::String
692 |
# File 'sig/client.rbs', line 692
def id: () -> ::String
|
#last_updated_timestamp ⇒ ::String
693 |
# File 'sig/client.rbs', line 693
def last_updated_timestamp: () -> ::String
|
#latest_version ⇒ ::String
694 |
# File 'sig/client.rbs', line 694
def latest_version: () -> ::String
|
#latest_version_arn ⇒ ::String
695 |
# File 'sig/client.rbs', line 695
def latest_version_arn: () -> ::String
|
#name ⇒ ::String
696 |
# File 'sig/client.rbs', line 696
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
697 |
# File 'sig/client.rbs', line 697
def tags: () -> ::Hash[::String, ::String]
|