Module: Aws::Redshift::Client::_EnableLoggingResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::LoggingStatus]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bucket_name ⇒ ::String
- #last_failure_message ⇒ ::String
- #last_failure_time ⇒ ::Time
- #last_successful_delivery_time ⇒ ::Time
- #log_destination_type ⇒ "s3", ...
- #log_exports ⇒ ::Array[::String]
- #logging_enabled ⇒ Boolean
- #s3_key_prefix ⇒ ::String
- #s3_tables ⇒ Types::S3TablePublishStatus
Instance Method Details
#bucket_name ⇒ ::String
1570 |
# File 'sig/client.rbs', line 1570 def bucket_name: () -> ::String |
#last_failure_message ⇒ ::String
1574 |
# File 'sig/client.rbs', line 1574 def last_failure_message: () -> ::String |
#last_failure_time ⇒ ::Time
1573 |
# File 'sig/client.rbs', line 1573 def last_failure_time: () -> ::Time |
#last_successful_delivery_time ⇒ ::Time
1572 |
# File 'sig/client.rbs', line 1572 def last_successful_delivery_time: () -> ::Time |
#log_destination_type ⇒ "s3", ...
1575 |
# File 'sig/client.rbs', line 1575 def log_destination_type: () -> ("s3" | "cloudwatch" | "s3table") |
#log_exports ⇒ ::Array[::String]
1576 |
# File 'sig/client.rbs', line 1576 def log_exports: () -> ::Array[::String] |
#logging_enabled ⇒ Boolean
1569 |
# File 'sig/client.rbs', line 1569 def logging_enabled: () -> bool |
#s3_key_prefix ⇒ ::String
1571 |
# File 'sig/client.rbs', line 1571 def s3_key_prefix: () -> ::String |
#s3_tables ⇒ Types::S3TablePublishStatus
1577 |
# File 'sig/client.rbs', line 1577 def s3_tables: () -> Types::S3TablePublishStatus |