Module: Aws::Greengrass::Client::_CreateCoreDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateCoreDefinitionResponse]
- 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
152 |
# File 'sig/client.rbs', line 152
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
153 |
# File 'sig/client.rbs', line 153
def creation_timestamp: () -> ::String
|
#id ⇒ ::String
154 |
# File 'sig/client.rbs', line 154
def id: () -> ::String
|
#last_updated_timestamp ⇒ ::String
155 |
# File 'sig/client.rbs', line 155
def last_updated_timestamp: () -> ::String
|
#latest_version ⇒ ::String
156 |
# File 'sig/client.rbs', line 156
def latest_version: () -> ::String
|
#latest_version_arn ⇒ ::String
157 |
# File 'sig/client.rbs', line 157
def latest_version_arn: () -> ::String
|
#name ⇒ ::String
158 |
# File 'sig/client.rbs', line 158
def name: () -> ::String
|