Method: Aws::CodeArtifact::Types::PackageSummary#format
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
#format ⇒ String
The format of the package.
3275 3276 3277 3278 3279 3280 3281 3282 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 3275 class PackageSummary < Struct.new( :format, :namespace, :package, :origin_configuration) SENSITIVE = [] include Aws::Structure end |