Module: Aws::Greengrass::Client::_GetConnectorDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetConnectorDefinitionResponse]
- 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
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
656 |
# File 'sig/client.rbs', line 656
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
657 |
# File 'sig/client.rbs', line 657
def creation_timestamp: () -> ::String
|
#id ⇒ ::String
658 |
# File 'sig/client.rbs', line 658
def id: () -> ::String
|
#last_updated_timestamp ⇒ ::String
659 |
# File 'sig/client.rbs', line 659
def last_updated_timestamp: () -> ::String
|
#latest_version ⇒ ::String
660 |
# File 'sig/client.rbs', line 660
def latest_version: () -> ::String
|
#latest_version_arn ⇒ ::String
661 |
# File 'sig/client.rbs', line 661
def latest_version_arn: () -> ::String
|
#name ⇒ ::String
662 |
# File 'sig/client.rbs', line 662
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
663 |
# File 'sig/client.rbs', line 663
def tags: () -> ::Hash[::String, ::String]
|