Class: Aws::Types::S3BucketLogDestination
- Inherits:
-
Object
- Object
- Aws::Types::S3BucketLogDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#log_prefix ⇒ ::String
Returns the value of attribute log_prefix.
-
#s3_bucket_arn ⇒ ::String
Returns the value of attribute s3_bucket_arn.
Instance Attribute Details
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
2861 2862 2863 |
# File 'sig/types.rbs', line 2861 def kms_key_arn @kms_key_arn end |
#log_prefix ⇒ ::String
Returns the value of attribute log_prefix.
2863 2864 2865 |
# File 'sig/types.rbs', line 2863 def log_prefix @log_prefix end |
#s3_bucket_arn ⇒ ::String
Returns the value of attribute s3_bucket_arn.
2862 2863 2864 |
# File 'sig/types.rbs', line 2862 def s3_bucket_arn @s3_bucket_arn end |