Class: Aws::Types::S3Identifier
- Inherits:
-
Object
- Object
- Aws::Types::S3Identifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_object_key ⇒ ::String
Returns the value of attribute s3_object_key.
Instance Attribute Details
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
2623 2624 2625 |
# File 'sig/types.rbs', line 2623 def s3_bucket_name @s3_bucket_name end |
#s3_object_key ⇒ ::String
Returns the value of attribute s3_object_key.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def s3_object_key @s3_object_key end |