Module: Aws::IoTManagedIntegrations::Client::_GetCloudConnectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCloudConnectorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #endpoint_config ⇒ Types::EndpointConfig
- #endpoint_type ⇒ "LAMBDA"
- #id ⇒ ::String
- #name ⇒ ::String
- #type ⇒ "LISTED", "UNLISTED"
Instance Method Details
#description ⇒ ::String
445 |
# File 'sig/client.rbs', line 445
def description: () -> ::String
|
#endpoint_config ⇒ Types::EndpointConfig
444 |
# File 'sig/client.rbs', line 444
def endpoint_config: () -> Types::EndpointConfig
|
#endpoint_type ⇒ "LAMBDA"
446 |
# File 'sig/client.rbs', line 446
def endpoint_type: () -> ("LAMBDA")
|
#id ⇒ ::String
447 |
# File 'sig/client.rbs', line 447
def id: () -> ::String
|
#name ⇒ ::String
443 |
# File 'sig/client.rbs', line 443
def name: () -> ::String
|
#type ⇒ "LISTED", "UNLISTED"
448 |
# File 'sig/client.rbs', line 448
def type: () -> ("LISTED" | "UNLISTED")
|