Module: Aws::Redshift::Client::_DescribeLoggingStatusResponseSuccess
- 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
1228 |
# File 'sig/client.rbs', line 1228
def bucket_name: () -> ::String
|
#last_failure_message ⇒ ::String
1232 |
# File 'sig/client.rbs', line 1232
def last_failure_message: () -> ::String
|
#last_failure_time ⇒ ::Time
1231 |
# File 'sig/client.rbs', line 1231
def last_failure_time: () -> ::Time
|
#last_successful_delivery_time ⇒ ::Time
1230 |
# File 'sig/client.rbs', line 1230
def last_successful_delivery_time: () -> ::Time
|
#log_destination_type ⇒ "s3", "cloudwatch"
1233 |
# File 'sig/client.rbs', line 1233
def log_destination_type: () -> ("s3" | "cloudwatch")
|
#log_exports ⇒ ::Array[::String]
1234 |
# File 'sig/client.rbs', line 1234
def log_exports: () -> ::Array[::String]
|
#logging_enabled ⇒ Boolean
1227 |
# File 'sig/client.rbs', line 1227
def logging_enabled: () -> bool
|
#s3_key_prefix ⇒ ::String
1229 |
# File 'sig/client.rbs', line 1229
def s3_key_prefix: () -> ::String
|