Module: Aws::CodeStarconnections::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
211 |
# File 'sig/client.rbs', line 211
def name: () -> ::String
|
#provider_endpoint ⇒ ::String
214 |
# File 'sig/client.rbs', line 214
def provider_endpoint: () -> ::String
|
#provider_type ⇒ "Bitbucket", ...
213 |
# File 'sig/client.rbs', line 213
def provider_type: () -> ("Bitbucket" | "GitHub" | "GitHubEnterpriseServer" | "GitLab" | "GitLabSelfManaged")
|
#status ⇒ ::String
212 |
# File 'sig/client.rbs', line 212
def status: () -> ::String
|
#vpc_configuration ⇒ Types::VpcConfiguration
215 |
# File 'sig/client.rbs', line 215
def vpc_configuration: () -> Types::VpcConfiguration
|