Class: Aws::Types::ListPackageVersionsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_display_version::String

Returns the value of attribute default_display_version.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def default_display_version
  @default_display_version
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


575
576
577
# File 'sig/types.rbs', line 575

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def namespace
  @namespace
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def next_token
  @next_token
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def package
  @package
end

#versions::Array[Types::PackageVersionSummary]

Returns the value of attribute versions.

Returns:



578
579
580
# File 'sig/types.rbs', line 578

def versions
  @versions
end