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

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 DescribeLoggingStatusMessage data as a hash:

{
  cluster_identifier: "String", # required
}

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)


3209
3210
3211
3212
# File 'lib/aws-sdk-redshift/types.rb', line 3209

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