Class: Aws::Types::AwsS3BucketLoggingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AwsS3BucketLoggingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_bucket_name ⇒ ::String
Returns the value of attribute destination_bucket_name.
-
#log_file_prefix ⇒ ::String
Returns the value of attribute log_file_prefix.
Instance Attribute Details
#destination_bucket_name ⇒ ::String
Returns the value of attribute destination_bucket_name.
4037 4038 4039 |
# File 'sig/types.rbs', line 4037 def destination_bucket_name @destination_bucket_name end |
#log_file_prefix ⇒ ::String
Returns the value of attribute log_file_prefix.
4038 4039 4040 |
# File 'sig/types.rbs', line 4038 def log_file_prefix @log_file_prefix end |