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", "cloudwatch"
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.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def bucket_name @bucket_name end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def cluster_identifier @cluster_identifier end |
#log_destination_type ⇒ "s3", "cloudwatch"
Returns the value of attribute log_destination_type.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def log_destination_type @log_destination_type end |
#log_exports ⇒ ::Array[::String]
Returns the value of attribute log_exports.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def log_exports @log_exports end |
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def s3_key_prefix @s3_key_prefix end |