Module: Aws::Greengrass::Client::_CreateConnectorDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateConnectorDefinitionResponse]
- 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
104 |
# File 'sig/client.rbs', line 104
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
105 |
# File 'sig/client.rbs', line 105
def creation_timestamp: () -> ::String
|
#id ⇒ ::String
106 |
# File 'sig/client.rbs', line 106
def id: () -> ::String
|
#last_updated_timestamp ⇒ ::String
107 |
# File 'sig/client.rbs', line 107
def last_updated_timestamp: () -> ::String
|
#latest_version ⇒ ::String
108 |
# File 'sig/client.rbs', line 108
def latest_version: () -> ::String
|
#latest_version_arn ⇒ ::String
109 |
# File 'sig/client.rbs', line 109
def latest_version_arn: () -> ::String
|
#name ⇒ ::String
110 |
# File 'sig/client.rbs', line 110
def name: () -> ::String
|