Class: Aws::Types::DescribePackageVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#owner_account ⇒ ::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def 
  @owner_account
end

#package_id ⇒ ::String

Returns the value of attribute package_id.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def package_id
  @package_id
end

#package_version ⇒ ::String

Returns the value of attribute package_version.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def package_version
  @package_version
end

#patch_version ⇒ ::String

Returns the value of attribute patch_version.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def patch_version
  @patch_version
end