Module: Aws::Greengrass::Client::_CreateFunctionDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateFunctionDefinitionResponse]
- 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
267 |
# File 'sig/client.rbs', line 267
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
268 |
# File 'sig/client.rbs', line 268
def creation_timestamp: () -> ::String
|
#id ⇒ ::String
269 |
# File 'sig/client.rbs', line 269
def id: () -> ::String
|
#last_updated_timestamp ⇒ ::String
270 |
# File 'sig/client.rbs', line 270
def last_updated_timestamp: () -> ::String
|
#latest_version ⇒ ::String
271 |
# File 'sig/client.rbs', line 271
def latest_version: () -> ::String
|
#latest_version_arn ⇒ ::String
272 |
# File 'sig/client.rbs', line 272
def latest_version_arn: () -> ::String
|
#name ⇒ ::String
273 |
# File 'sig/client.rbs', line 273
def name: () -> ::String
|