Class: Aws::Types::S3ObjectForSendObjectMalwareScan
- Inherits:
-
Object
- Object
- Aws::Types::S3ObjectForSendObjectMalwareScan
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
2768 2769 2770 |
# File 'sig/types.rbs', line 2768 def bucket @bucket end |
#key ⇒ ::String
Returns the value of attribute key.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def key @key end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def version_id @version_id end |