Class: Aws::Types::GetPackageVersionReadmeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def domain_owner
  @domain_owner
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


398
399
400
# File 'sig/types.rbs', line 398

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def namespace
  @namespace
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def package
  @package
end

#package_version::String

Returns the value of attribute package_version.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def package_version
  @package_version
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def repository
  @repository
end