Module: Aws::Greengrass::Client::_GetSubscriptionDefinitionVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSubscriptionDefinitionVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_timestamp ⇒ ::String
- #definition ⇒ Types::SubscriptionDefinitionVersion
- #id ⇒ ::String
- #next_token ⇒ ::String
- #version ⇒ ::String
Instance Method Details
#arn ⇒ ::String
955 |
# File 'sig/client.rbs', line 955
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
956 |
# File 'sig/client.rbs', line 956
def creation_timestamp: () -> ::String
|
#definition ⇒ Types::SubscriptionDefinitionVersion
957 |
# File 'sig/client.rbs', line 957
def definition: () -> Types::SubscriptionDefinitionVersion
|
#id ⇒ ::String
958 |
# File 'sig/client.rbs', line 958
def id: () -> ::String
|
#next_token ⇒ ::String
959 |
# File 'sig/client.rbs', line 959
def next_token: () -> ::String
|
#version ⇒ ::String
960 |
# File 'sig/client.rbs', line 960
def version: () -> ::String
|