Module: Aws::Greengrass::Client::_GetFunctionDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFunctionDefinitionResponse]
- 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
772 |
# File 'sig/client.rbs', line 772
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
773 |
# File 'sig/client.rbs', line 773
def creation_timestamp: () -> ::String
|
#id ⇒ ::String
774 |
# File 'sig/client.rbs', line 774
def id: () -> ::String
|
#last_updated_timestamp ⇒ ::String
775 |
# File 'sig/client.rbs', line 775
def last_updated_timestamp: () -> ::String
|
#latest_version ⇒ ::String
776 |
# File 'sig/client.rbs', line 776
def latest_version: () -> ::String
|
#latest_version_arn ⇒ ::String
777 |
# File 'sig/client.rbs', line 777
def latest_version_arn: () -> ::String
|
#name ⇒ ::String
778 |
# File 'sig/client.rbs', line 778
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
779 |
# File 'sig/client.rbs', line 779
def tags: () -> ::Hash[::String, ::String]
|