class Aws::CodeArtifact::Client
def describe_package(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
describe_package(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/DescribePackage - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::DescribePackageResult)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:package(required, String) -- -
:namespace(String) -- -
:format(required, String) -- -
:repository(required, String) -- -
:domain_owner(String) -- -
:domain(required, String) --
def describe_package(params = {}, options = {}) req = build_request(:describe_package, params) req.send_request(options) end