Class: Aws::Types::PackageImportJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::PackageImportJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output_s3_location ⇒ Types::OutPutS3Location
Returns the value of attribute output_s3_location.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
-
#package_version ⇒ ::String
Returns the value of attribute package_version.
-
#patch_version ⇒ ::String
Returns the value of attribute patch_version.
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.
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.
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.
692 693 694 |
# File 'sig/types.rbs', line 692 def patch_version @patch_version end |