Class: Aws::Types::AssociatedPackage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_type"STRONG", "WEAK"

Returns the value of attribute association_type.

Returns:

  • ("STRONG", "WEAK")


40
41
42
# File 'sig/types.rbs', line 40

def association_type
  @association_type
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


37
38
39
# File 'sig/types.rbs', line 37

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def namespace
  @namespace
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def package
  @package
end