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)


3907
3908
3909
3910
# File 'lib/aws-sdk-redshift/types.rb', line 3907

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