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
1252 |
# File 'sig/client.rbs', line 1252
def bucket_name: () -> ::String
|
#last_failure_message ⇒ ::String
1256 |
# File 'sig/client.rbs', line 1256
def last_failure_message: () -> ::String
|
#last_failure_time ⇒ ::Time
1255 |
# File 'sig/client.rbs', line 1255
def last_failure_time: () -> ::Time
|
#last_successful_delivery_time ⇒ ::Time
1254 |
# File 'sig/client.rbs', line 1254
def last_successful_delivery_time: () -> ::Time
|
#log_destination_type ⇒ "s3", "cloudwatch"
1257 |
# File 'sig/client.rbs', line 1257
def log_destination_type: () -> ("s3" | "cloudwatch")
|
#log_exports ⇒ ::Array[::String]
1258 |
# File 'sig/client.rbs', line 1258
def log_exports: () -> ::Array[::String]
|
#logging_enabled ⇒ Boolean
1251 |
# File 'sig/client.rbs', line 1251
def logging_enabled: () -> bool
|
#s3_key_prefix ⇒ ::String
1253 |
# File 'sig/client.rbs', line 1253
def s3_key_prefix: () -> ::String
|