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
823 |
# File 'sig/client.rbs', line 823
def display_name: () -> ::String
|
#installation_id ⇒ ::String
820 |
# File 'sig/client.rbs', line 820
def installation_id: () -> ::String
|
#integration_id ⇒ ::String
819 |
# File 'sig/client.rbs', line 819
def integration_id: () -> ::String
|
#kms_key_id ⇒ ::String
824 |
# File 'sig/client.rbs', line 824
def kms_key_id: () -> ::String
|
#private_connection_name ⇒ ::String
826 |
# File 'sig/client.rbs', line 826
def private_connection_name: () -> ::String
|
#provider ⇒ "GITHUB", ...
821 |
# File 'sig/client.rbs', line 821
def provider: () -> ("GITHUB" | "GITLAB" | "BITBUCKET" | "CONFLUENCE")
|
#provider_type ⇒ "SOURCE_CODE", "DOCUMENTATION"
822 |
# File 'sig/client.rbs', line 822
def provider_type: () -> ("SOURCE_CODE" | "DOCUMENTATION")
|
#target_url ⇒ ::String
825 |
# File 'sig/client.rbs', line 825
def target_url: () -> ::String
|