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", "cloudwatch"
- #log_exports ⇒ ::Array[::String]
- #logging_enabled ⇒ Boolean
- #s3_key_prefix ⇒ ::String
Instance Method Details
#bucket_name ⇒ ::String
1484 |
# File 'sig/client.rbs', line 1484
def bucket_name: () -> ::String
|
#last_failure_message ⇒ ::String
1488 |
# File 'sig/client.rbs', line 1488
def last_failure_message: () -> ::String
|
#last_failure_time ⇒ ::Time
1487 |
# File 'sig/client.rbs', line 1487
def last_failure_time: () -> ::Time
|
#last_successful_delivery_time ⇒ ::Time
1486 |
# File 'sig/client.rbs', line 1486
def last_successful_delivery_time: () -> ::Time
|
#log_destination_type ⇒ "s3", "cloudwatch"
1489 |
# File 'sig/client.rbs', line 1489
def log_destination_type: () -> ("s3" | "cloudwatch")
|
#log_exports ⇒ ::Array[::String]
1490 |
# File 'sig/client.rbs', line 1490
def log_exports: () -> ::Array[::String]
|
#logging_enabled ⇒ Boolean
1483 |
# File 'sig/client.rbs', line 1483
def logging_enabled: () -> bool
|
#s3_key_prefix ⇒ ::String
1485 |
# File 'sig/client.rbs', line 1485
def s3_key_prefix: () -> ::String
|