Class: Aws::Types::AwsRedshiftClusterLoggingStatus
- Inherits:
-
Object
- Object
- Aws::Types::AwsRedshiftClusterLoggingStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#last_failure_message ⇒ ::String
Returns the value of attribute last_failure_message.
-
#last_failure_time ⇒ ::String
Returns the value of attribute last_failure_time.
-
#last_successful_delivery_time ⇒ ::String
Returns the value of attribute last_successful_delivery_time.
-
#logging_enabled ⇒ Boolean
Returns the value of attribute logging_enabled.
-
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
3840 3841 3842 |
# File 'sig/types.rbs', line 3840 def bucket_name @bucket_name end |
#last_failure_message ⇒ ::String
Returns the value of attribute last_failure_message.
3841 3842 3843 |
# File 'sig/types.rbs', line 3841 def @last_failure_message end |
#last_failure_time ⇒ ::String
Returns the value of attribute last_failure_time.
3842 3843 3844 |
# File 'sig/types.rbs', line 3842 def last_failure_time @last_failure_time end |
#last_successful_delivery_time ⇒ ::String
Returns the value of attribute last_successful_delivery_time.
3843 3844 3845 |
# File 'sig/types.rbs', line 3843 def last_successful_delivery_time @last_successful_delivery_time end |
#logging_enabled ⇒ Boolean
Returns the value of attribute logging_enabled.
3844 3845 3846 |
# File 'sig/types.rbs', line 3844 def logging_enabled @logging_enabled end |
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
3845 3846 3847 |
# File 'sig/types.rbs', line 3845 def s3_key_prefix @s3_key_prefix end |