Module: Aws::Redshift::Client::_DisableLoggingResponseSuccess
- 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
1522 |
# File 'sig/client.rbs', line 1522
def bucket_name: () -> ::String
|
#last_failure_message ⇒ ::String
1526 |
# File 'sig/client.rbs', line 1526
def last_failure_message: () -> ::String
|
#last_failure_time ⇒ ::Time
1525 |
# File 'sig/client.rbs', line 1525
def last_failure_time: () -> ::Time
|
#last_successful_delivery_time ⇒ ::Time
1524 |
# File 'sig/client.rbs', line 1524
def last_successful_delivery_time: () -> ::Time
|
#log_destination_type ⇒ "s3", ...
1527 |
# File 'sig/client.rbs', line 1527
def log_destination_type: () -> ("s3" | "cloudwatch" | "s3table")
|
#log_exports ⇒ ::Array[::String]
1528 |
# File 'sig/client.rbs', line 1528
def log_exports: () -> ::Array[::String]
|
#logging_enabled ⇒ Boolean
1521 |
# File 'sig/client.rbs', line 1521
def logging_enabled: () -> bool
|
#s3_key_prefix ⇒ ::String
1523 |
# File 'sig/client.rbs', line 1523
def s3_key_prefix: () -> ::String
|
#s3_tables ⇒ Types::S3TablePublishStatus
1529 |
# File 'sig/client.rbs', line 1529
def s3_tables: () -> Types::S3TablePublishStatus
|