Class: Aws::Redshift::Types::LoggingPublishStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::LoggingPublishStatus
- 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
-
#s3_tables ⇒ Types::S3TablePublishStatus
The status of system table publishing to S3 Tables.
Instance Attribute Details
#s3_tables ⇒ Types::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 |