Class: Aws::Types::LoggingStatus
- Inherits:
-
Object
- Object
- Aws::Types::LoggingStatus
- 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 ⇒ ::Time
Returns the value of attribute last_failure_time.
-
#last_successful_delivery_time ⇒ ::Time
Returns the value of attribute last_successful_delivery_time.
-
#log_destination_type ⇒ "s3", "cloudwatch"
Returns the value of attribute log_destination_type.
-
#log_exports ⇒ ::Array[::String]
Returns the value of attribute log_exports.
-
#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.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def bucket_name @bucket_name end |
#last_failure_message ⇒ ::String
Returns the value of attribute last_failure_message.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def @last_failure_message end |
#last_failure_time ⇒ ::Time
Returns the value of attribute last_failure_time.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def last_failure_time @last_failure_time end |
#last_successful_delivery_time ⇒ ::Time
Returns the value of attribute last_successful_delivery_time.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def last_successful_delivery_time @last_successful_delivery_time end |
#log_destination_type ⇒ "s3", "cloudwatch"
Returns the value of attribute log_destination_type.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def log_destination_type @log_destination_type end |
#log_exports ⇒ ::Array[::String]
Returns the value of attribute log_exports.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def log_exports @log_exports end |
#logging_enabled ⇒ Boolean
Returns the value of attribute logging_enabled.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def logging_enabled @logging_enabled end |
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def s3_key_prefix @s3_key_prefix end |