Class: Aws::Redshift::Types::DisableLoggingMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DisableLoggingMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The identifier of the cluster on which logging is to be stopped.
Instance Attribute Details
#cluster_identifier ⇒ String
The identifier of the cluster on which logging is to be stopped.
Example: examplecluster
6049 6050 6051 6052 6053 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6049 class DisableLoggingMessage < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end |