Class: Aws::CodeArtifact::Types::GetPackageVersionReadmeResult

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

#formatString

The format of the package with the requested readme file.

Returns:

  • (String)


1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'lib/aws-sdk-codeartifact/types.rb', line 1436

class GetPackageVersionReadmeResult < Struct.new(
  :format,
  :namespace,
  :package,
  :version,
  :version_revision,
  :readme)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the package version with the requested readme file. The package version component that specifies its namespace depends on its type. For example:

  • The namespace of a Maven package version is its ‘groupId`.

  • The namespace of an npm package version is its ‘scope`.

  • Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.

Returns:

  • (String)


1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'lib/aws-sdk-codeartifact/types.rb', line 1436

class GetPackageVersionReadmeResult < Struct.new(
  :format,
  :namespace,
  :package,
  :version,
  :version_revision,
  :readme)
  SENSITIVE = []
  include Aws::Structure
end

#packageString

The name of the package that contains the returned readme file.

Returns:

  • (String)


1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'lib/aws-sdk-codeartifact/types.rb', line 1436

class GetPackageVersionReadmeResult < Struct.new(
  :format,
  :namespace,
  :package,
  :version,
  :version_revision,
  :readme)
  SENSITIVE = []
  include Aws::Structure
end

#readmeString

The text of the returned readme file.

Returns:

  • (String)


1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'lib/aws-sdk-codeartifact/types.rb', line 1436

class GetPackageVersionReadmeResult < Struct.new(
  :format,
  :namespace,
  :package,
  :version,
  :version_revision,
  :readme)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the package with the requested readme file.

Returns:

  • (String)


1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'lib/aws-sdk-codeartifact/types.rb', line 1436

class GetPackageVersionReadmeResult < Struct.new(
  :format,
  :namespace,
  :package,
  :version,
  :version_revision,
  :readme)
  SENSITIVE = []
  include Aws::Structure
end

#version_revisionString

The current revision associated with the package version.

Returns:

  • (String)


1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'lib/aws-sdk-codeartifact/types.rb', line 1436

class GetPackageVersionReadmeResult < Struct.new(
  :format,
  :namespace,
  :package,
  :version,
  :version_revision,
  :readme)
  SENSITIVE = []
  include Aws::Structure
end