Class: Aws::Redshift::Types::DisableLoggingMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DisableLoggingMessage
- Includes:
- Structure
- Defined in:
- 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`
6054 6055 6056 6057 6058 |
# File 'lib/aws-sdk-redshift/types.rb', line 6054 class DisableLoggingMessage < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end |