Module: Aws::Greengrass::Client::_GetSubscriptionDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSubscriptionDefinitionResponse]
- 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
938 |
# File 'sig/client.rbs', line 938
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
939 |
# File 'sig/client.rbs', line 939
def creation_timestamp: () -> ::String
|
#id ⇒ ::String
940 |
# File 'sig/client.rbs', line 940
def id: () -> ::String
|
#last_updated_timestamp ⇒ ::String
941 |
# File 'sig/client.rbs', line 941
def last_updated_timestamp: () -> ::String
|
#latest_version ⇒ ::String
942 |
# File 'sig/client.rbs', line 942
def latest_version: () -> ::String
|
#latest_version_arn ⇒ ::String
943 |
# File 'sig/client.rbs', line 943
def latest_version_arn: () -> ::String
|
#name ⇒ ::String
944 |
# File 'sig/client.rbs', line 944
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
945 |
# File 'sig/client.rbs', line 945
def tags: () -> ::Hash[::String, ::String]
|