Class: Aws::Types::EnableLoggingMessage
- Inherits:
-
Object
- Object
- Aws::Types::EnableLoggingMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#log_destination_type ⇒ "s3", ...
Returns the value of attribute log_destination_type.
-
#log_exports ⇒ ::Array[::String]
Returns the value of attribute log_exports.
-
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
-
#s3_table_granularity ⇒ ::String
Returns the value of attribute s3_table_granularity.
-
#s3_table_kms_key_id ⇒ ::String
Returns the value of attribute s3_table_kms_key_id.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def bucket_name @bucket_name end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def cluster_identifier @cluster_identifier end |
#log_destination_type ⇒ "s3", ...
Returns the value of attribute log_destination_type.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def log_destination_type @log_destination_type end |
#log_exports ⇒ ::Array[::String]
Returns the value of attribute log_exports.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def log_exports @log_exports end |
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def s3_key_prefix @s3_key_prefix end |
#s3_table_granularity ⇒ ::String
Returns the value of attribute s3_table_granularity.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def s3_table_granularity @s3_table_granularity end |
#s3_table_kms_key_id ⇒ ::String
Returns the value of attribute s3_table_kms_key_id.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def s3_table_kms_key_id @s3_table_kms_key_id end |