Class: Aws::Types::PackageVersionOutputConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mark_latest ⇒ Boolean

Returns the value of attribute mark_latest.

Returns:

  • (Boolean)


723
724
725
# File 'sig/types.rbs', line 723

def mark_latest
  @mark_latest
end

#package_name ⇒ ::String

Returns the value of attribute package_name.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def package_name
  @package_name
end

#package_version ⇒ ::String

Returns the value of attribute package_version.

Returns:

  • (::String)


725
726
727
# File 'sig/types.rbs', line 725

def package_version
  @package_version
end