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", "cloudwatch"
- #log_exports ⇒ ::Array[::String]
- #logging_enabled ⇒ Boolean
- #s3_key_prefix ⇒ ::String
Instance Method Details
#bucket_name ⇒ ::String
1529 |
# File 'sig/client.rbs', line 1529
def bucket_name: () -> ::String
|
#last_failure_message ⇒ ::String
1533 |
# File 'sig/client.rbs', line 1533
def last_failure_message: () -> ::String
|
#last_failure_time ⇒ ::Time
1532 |
# File 'sig/client.rbs', line 1532
def last_failure_time: () -> ::Time
|
#last_successful_delivery_time ⇒ ::Time
1531 |
# File 'sig/client.rbs', line 1531
def last_successful_delivery_time: () -> ::Time
|
#log_destination_type ⇒ "s3", "cloudwatch"
1534 |
# File 'sig/client.rbs', line 1534
def log_destination_type: () -> ("s3" | "cloudwatch")
|
#log_exports ⇒ ::Array[::String]
1535 |
# File 'sig/client.rbs', line 1535
def log_exports: () -> ::Array[::String]
|
#logging_enabled ⇒ Boolean
1528 |
# File 'sig/client.rbs', line 1528
def logging_enabled: () -> bool
|
#s3_key_prefix ⇒ ::String
1530 |
# File 'sig/client.rbs', line 1530
def s3_key_prefix: () -> ::String
|