Module: Aws::Greengrass::Client::_CreateSubscriptionDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSubscriptionDefinitionResponse]
- 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
478 |
# File 'sig/client.rbs', line 478
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
479 |
# File 'sig/client.rbs', line 479
def creation_timestamp: () -> ::String
|
#id ⇒ ::String
480 |
# File 'sig/client.rbs', line 480
def id: () -> ::String
|
#last_updated_timestamp ⇒ ::String
481 |
# File 'sig/client.rbs', line 481
def last_updated_timestamp: () -> ::String
|
#latest_version ⇒ ::String
482 |
# File 'sig/client.rbs', line 482
def latest_version: () -> ::String
|
#latest_version_arn ⇒ ::String
483 |
# File 'sig/client.rbs', line 483
def latest_version_arn: () -> ::String
|
#name ⇒ ::String
484 |
# File 'sig/client.rbs', line 484
def name: () -> ::String
|