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.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def s3_bucket_name @s3_bucket_name end |
#s3_object_key ⇒ ::String
Returns the value of attribute s3_object_key.
2517 2518 2519 |
# File 'sig/types.rbs', line 2517 def s3_object_key @s3_object_key end |