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

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

Overview

Note:

When making an API call, you may pass DisableLoggingMessage data as a hash:

{
  cluster_identifier: "String", # required
}

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)


4389
4390
4391
4392
# File 'lib/aws-sdk-redshift/types.rb', line 4389

class DisableLoggingMessage < Struct.new(
  :cluster_identifier)
  include Aws::Structure
end