Class: Aws::Redshift::Types::DisableLoggingMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The identifier of the cluster on which logging is to be stopped.

Example: examplecluster

Returns:

  • (String)


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