Class: Aws::Types::GetPackageVersionReadmeResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#format"npm", ...

Returns the value of attribute format.

Returns:

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


406
407
408
# File 'sig/types.rbs', line 406

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def namespace
  @namespace
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def package
  @package
end

#readme::String

Returns the value of attribute readme.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def readme
  @readme
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def version
  @version
end

#version_revision::String

Returns the value of attribute version_revision.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def version_revision
  @version_revision
end