Class: Aws::Types::ListPackageVersionDependenciesResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dependencies::Array[Types::PackageDependency]

Returns the value of attribute dependencies.

Returns:



554
555
556
# File 'sig/types.rbs', line 554

def dependencies
  @dependencies
end

#format"npm", ...

Returns the value of attribute format.

Returns:

  • ("npm", "pypi", "maven", "nuget", "generic", "ruby", "swift", "cargo")


548
549
550
# File 'sig/types.rbs', line 548

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def namespace
  @namespace
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


553
554
555
# File 'sig/types.rbs', line 553

def next_token
  @next_token
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def package
  @package
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def version
  @version
end

#version_revision::String

Returns the value of attribute version_revision.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def version_revision
  @version_revision
end