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`
6013 6014 6015 6016 6017 |
# File 'lib/aws-sdk-redshift/types.rb', line 6013 class DisableLoggingMessage < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end |