Class: Aws::CodeArtifact::Types::DescribePackageResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeartifact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#packageTypes::PackageDescription

A [PackageDescription] object that contains information about the requested package.

[1]: docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageDescription.html



1007
1008
1009
1010
1011
# File 'lib/aws-sdk-codeartifact/types.rb', line 1007

class DescribePackageResult < Struct.new(
  :package)
  SENSITIVE = []
  include Aws::Structure
end