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", ...
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.
-
#s3_tables ⇒ Types::S3TablePublishStatus
Returns the value of attribute s3_tables.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def bucket_name @bucket_name end |
#last_failure_message ⇒ ::String
Returns the value of attribute last_failure_message.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def @last_failure_message end |
#last_failure_time ⇒ ::Time
Returns the value of attribute last_failure_time.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def last_failure_time @last_failure_time end |
#last_successful_delivery_time ⇒ ::Time
Returns the value of attribute last_successful_delivery_time.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def last_successful_delivery_time @last_successful_delivery_time end |
#log_destination_type ⇒ "s3", ...
Returns the value of attribute log_destination_type.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def log_destination_type @log_destination_type end |
#log_exports ⇒ ::Array[::String]
Returns the value of attribute log_exports.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def log_exports @log_exports end |
#logging_enabled ⇒ Boolean
Returns the value of attribute logging_enabled.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def logging_enabled @logging_enabled end |
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def s3_key_prefix @s3_key_prefix end |
#s3_tables ⇒ Types::S3TablePublishStatus
Returns the value of attribute s3_tables.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def s3_tables @s3_tables end |