Module: Aws::Greengrass::Client::_GetCoreDefinitionVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCoreDefinitionVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_timestamp ⇒ ::String
- #definition ⇒ Types::CoreDefinitionVersion
- #id ⇒ ::String
- #next_token ⇒ ::String
- #version ⇒ ::String
Instance Method Details
#arn ⇒ ::String
707 |
# File 'sig/client.rbs', line 707
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
708 |
# File 'sig/client.rbs', line 708
def creation_timestamp: () -> ::String
|
#definition ⇒ Types::CoreDefinitionVersion
709 |
# File 'sig/client.rbs', line 709
def definition: () -> Types::CoreDefinitionVersion
|
#id ⇒ ::String
710 |
# File 'sig/client.rbs', line 710
def id: () -> ::String
|
#next_token ⇒ ::String
711 |
# File 'sig/client.rbs', line 711
def next_token: () -> ::String
|
#version ⇒ ::String
712 |
# File 'sig/client.rbs', line 712
def version: () -> ::String
|