Class: Aws::Redshift::Types::DescribeLoggingStatusMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 from which to get the logging status.

Example: ‘examplecluster`

Returns:

  • (String)


5115
5116
5117
5118
5119
# File 'lib/aws-sdk-redshift/types.rb', line 5115

class DescribeLoggingStatusMessage < Struct.new(
  :cluster_identifier)
  SENSITIVE = []
  include Aws::Structure
end