class Aws::CodeStarconnections::Client

def get_host(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_host(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/GetHost - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::GetHostOutput) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :host_arn (required, String) --
def get_host(params = {}, options = {})
  req = build_request(:get_host, params)
  req.send_request(options)
end