Class: Aws::Types::S3Logs
- Inherits:
-
Object
- Object
- Aws::Types::S3Logs
- 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_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
Instance Attribute Details
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def s3_bucket_name @s3_bucket_name end |
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def s3_key_prefix @s3_key_prefix end |