Class: Aws::Redshift::Types::LoggingPublishStatus

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

Overview

Describes the system table publishing status for a cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_tablesTypes::S3TablePublishStatus

The status of system table publishing to S3 Tables.



8235
8236
8237
8238
8239
# File 'lib/aws-sdk-redshift/types.rb', line 8235

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