Class: Aws::Types::LoggingInfo
- Inherits:
-
Object
- Object
- Aws::Types::LoggingInfo
- 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.
-
#s3_region ⇒ ::String
Returns the value of attribute s3_region.
Instance Attribute Details
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
2985 2986 2987 |
# File 'sig/types.rbs', line 2985 def s3_bucket_name @s3_bucket_name end |
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
2986 2987 2988 |
# File 'sig/types.rbs', line 2986 def s3_key_prefix @s3_key_prefix end |
#s3_region ⇒ ::String
Returns the value of attribute s3_region.
2987 2988 2989 |
# File 'sig/types.rbs', line 2987 def s3_region @s3_region end |