Class: Aws::Types::PackageImportJobOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#output_s3_location ⇒ Types::OutPutS3Location

Returns the value of attribute output_s3_location.



689
690
691
# File 'sig/types.rbs', line 689

def output_s3_location
  @output_s3_location
end

#package_id ⇒ ::String

Returns the value of attribute package_id.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def package_id
  @package_id
end

#package_version ⇒ ::String

Returns the value of attribute package_version.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def package_version
  @package_version
end

#patch_version ⇒ ::String

Returns the value of attribute patch_version.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def patch_version
  @patch_version
end