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.
2541 2542 2543 |
# File 'sig/types.rbs', line 2541 def s3_bucket_name @s3_bucket_name end |
#s3_object_key ⇒ ::String
Returns the value of attribute s3_object_key.
2542 2543 2544 |
# File 'sig/types.rbs', line 2542 def s3_object_key @s3_object_key end |