Class: Aws::Types::ListPackageVersionAssetsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assets::Array[Types::AssetSummary]

Returns the value of attribute assets.

Returns:



531
532
533
# File 'sig/types.rbs', line 531

def assets
  @assets
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


525
526
527
# File 'sig/types.rbs', line 525

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def namespace
  @namespace
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def next_token
  @next_token
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def package
  @package
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def version
  @version
end

#version_revision::String

Returns the value of attribute version_revision.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def version_revision
  @version_revision
end