Module: Aws::Greengrass::Client::_GetConnectorDefinitionVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetConnectorDefinitionVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_timestamp ⇒ ::String
- #definition ⇒ Types::ConnectorDefinitionVersion
- #id ⇒ ::String
- #next_token ⇒ ::String
- #version ⇒ ::String
Instance Method Details
#arn ⇒ ::String
673 |
# File 'sig/client.rbs', line 673
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
674 |
# File 'sig/client.rbs', line 674
def creation_timestamp: () -> ::String
|
#definition ⇒ Types::ConnectorDefinitionVersion
675 |
# File 'sig/client.rbs', line 675
def definition: () -> Types::ConnectorDefinitionVersion
|
#id ⇒ ::String
676 |
# File 'sig/client.rbs', line 676
def id: () -> ::String
|
#next_token ⇒ ::String
677 |
# File 'sig/client.rbs', line 677
def next_token: () -> ::String
|
#version ⇒ ::String
678 |
# File 'sig/client.rbs', line 678
def version: () -> ::String
|