Class: Aws::Types::ResolvedS3Object
- Inherits:
-
Object
- Object
- Aws::Types::ResolvedS3Object
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
-
#s3_object_version ⇒ ::String
Returns the value of attribute s3_object_version.
Instance Attribute Details
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def s3_bucket @s3_bucket end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def s3_key @s3_key end |
#s3_object_version ⇒ ::String
Returns the value of attribute s3_object_version.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def s3_object_version @s3_object_version end |