Module: Aws::Greengrass::Client::_GetResourceDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetResourceDefinitionResponse]
- 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
896 |
# File 'sig/client.rbs', line 896
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
897 |
# File 'sig/client.rbs', line 897
def creation_timestamp: () -> ::String
|
#id ⇒ ::String
898 |
# File 'sig/client.rbs', line 898
def id: () -> ::String
|
#last_updated_timestamp ⇒ ::String
899 |
# File 'sig/client.rbs', line 899
def last_updated_timestamp: () -> ::String
|
#latest_version ⇒ ::String
900 |
# File 'sig/client.rbs', line 900
def latest_version: () -> ::String
|
#latest_version_arn ⇒ ::String
901 |
# File 'sig/client.rbs', line 901
def latest_version_arn: () -> ::String
|
#name ⇒ ::String
902 |
# File 'sig/client.rbs', line 902
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
903 |
# File 'sig/client.rbs', line 903
def tags: () -> ::Hash[::String, ::String]
|