Module: Aws::IoTManagedIntegrations::Client::_GetConnectorDestinationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetConnectorDestinationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auth_config ⇒ Types::AuthConfig
- #auth_type ⇒ "OAUTH"
- #cloud_connector_id ⇒ ::String
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #o_auth_complete_redirect_url ⇒ ::String
- #secrets_manager ⇒ Types::SecretsManager
Instance Method Details
#auth_config ⇒ Types::AuthConfig
463 |
# File 'sig/client.rbs', line 463
def auth_config: () -> Types::AuthConfig
|
#auth_type ⇒ "OAUTH"
462 |
# File 'sig/client.rbs', line 462
def auth_type: () -> ("OAUTH")
|
#cloud_connector_id ⇒ ::String
460 |
# File 'sig/client.rbs', line 460
def cloud_connector_id: () -> ::String
|
#description ⇒ ::String
459 |
# File 'sig/client.rbs', line 459
def description: () -> ::String
|
#id ⇒ ::String
461 |
# File 'sig/client.rbs', line 461
def id: () -> ::String
|
#name ⇒ ::String
458 |
# File 'sig/client.rbs', line 458
def name: () -> ::String
|
#o_auth_complete_redirect_url ⇒ ::String
465 |
# File 'sig/client.rbs', line 465
def o_auth_complete_redirect_url: () -> ::String
|
#secrets_manager ⇒ Types::SecretsManager
464 |
# File 'sig/client.rbs', line 464
def secrets_manager: () -> Types::SecretsManager
|