Class: Aws::Types::PackageObject

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def name
  @name
end

#package_version ⇒ ::String

Returns the value of attribute package_version.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def package_version
  @package_version
end

#patch_version ⇒ ::String

Returns the value of attribute patch_version.

Returns:

  • (::String)


713
714
715
# File 'sig/types.rbs', line 713

def patch_version
  @patch_version
end