Class: Aws::Types::DisableLoggingMessage
- Inherits:
-
Object
- Object
- Aws::Types::DisableLoggingMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def cluster_identifier @cluster_identifier end |
#log_destination_type ⇒ "s3", ...
Returns the value of attribute log_destination_type.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def log_destination_type @log_destination_type end |
#log_exports ⇒ ::Array[::String]
Returns the value of attribute log_exports.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def log_exports @log_exports end |