Module: Aws::SecurityAgent::Client::_GetIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIntegrationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #display_name ⇒ ::String
- #installation_id ⇒ ::String
- #integration_id ⇒ ::String
- #kms_key_id ⇒ ::String
- #private_connection_name ⇒ ::String
- #provider ⇒ "GITHUB", ...
- #provider_type ⇒ "SOURCE_CODE", "DOCUMENTATION"
- #target_url ⇒ ::String
Instance Method Details
#display_name ⇒ ::String
826 |
# File 'sig/client.rbs', line 826
def display_name: () -> ::String
|
#installation_id ⇒ ::String
823 |
# File 'sig/client.rbs', line 823
def installation_id: () -> ::String
|
#integration_id ⇒ ::String
822 |
# File 'sig/client.rbs', line 822
def integration_id: () -> ::String
|
#kms_key_id ⇒ ::String
827 |
# File 'sig/client.rbs', line 827
def kms_key_id: () -> ::String
|
#private_connection_name ⇒ ::String
829 |
# File 'sig/client.rbs', line 829
def private_connection_name: () -> ::String
|
#provider ⇒ "GITHUB", ...
824 |
# File 'sig/client.rbs', line 824
def provider: () -> ("GITHUB" | "GITLAB" | "BITBUCKET" | "CONFLUENCE")
|
#provider_type ⇒ "SOURCE_CODE", "DOCUMENTATION"
825 |
# File 'sig/client.rbs', line 825
def provider_type: () -> ("SOURCE_CODE" | "DOCUMENTATION")
|
#target_url ⇒ ::String
828 |
# File 'sig/client.rbs', line 828
def target_url: () -> ::String
|