Class: Aws::Types::PackageDescription

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")


666
667
668
# File 'sig/types.rbs', line 666

def format
  @format
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def name
  @name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def namespace
  @namespace
end

#origin_configurationTypes::PackageOriginConfiguration

Returns the value of attribute origin_configuration.



669
670
671
# File 'sig/types.rbs', line 669

def origin_configuration
  @origin_configuration
end