Module: Aws::CodeConnections::Client::_GetHostResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetHostOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #name ⇒ ::String
- #provider_endpoint ⇒ ::String
- #provider_type ⇒ "Bitbucket", ...
- #status ⇒ ::String
- #vpc_configuration ⇒ Types::VpcConfiguration
Instance Method Details
#name ⇒ ::String
212 |
# File 'sig/client.rbs', line 212
def name: () -> ::String
|
#provider_endpoint ⇒ ::String
215 |
# File 'sig/client.rbs', line 215
def provider_endpoint: () -> ::String
|
#provider_type ⇒ "Bitbucket", ...
214 |
# File 'sig/client.rbs', line 214
def provider_type: () -> ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged" | "AzureDevOps")
|
#status ⇒ ::String
213 |
# File 'sig/client.rbs', line 213
def status: () -> ::String
|
#vpc_configuration ⇒ Types::VpcConfiguration
216 |
# File 'sig/client.rbs', line 216
def vpc_configuration: () -> Types::VpcConfiguration
|