Class: Aws::Types::GetPackageVersionAssetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset::String

Returns the value of attribute asset.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def asset
  @asset
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def domain_owner
  @domain_owner
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


377
378
379
# File 'sig/types.rbs', line 377

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def namespace
  @namespace
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def package
  @package
end

#package_version::String

Returns the value of attribute package_version.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def package_version
  @package_version
end

#package_version_revision::String

Returns the value of attribute package_version_revision.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def package_version_revision
  @package_version_revision
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def repository
  @repository
end