Class: Aws::CodeArtifact::Types::DescribePackageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::DescribePackageResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package ⇒ Types::PackageDescription
A [PackageDescription] object that contains information about the requested package.
Instance Attribute Details
#package ⇒ Types::PackageDescription
A [PackageDescription] object that contains information about the requested package.
[1]: docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageDescription.html
783 784 785 786 787 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 783 class DescribePackageResult < Struct.new( :package) SENSITIVE = [] include Aws::Structure end |