Class: Aws::Types::LoggingConfig
- Inherits:
-
Object
- Object
- Aws::Types::LoggingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_data_delivery_enabled ⇒ Boolean
Returns the value of attribute audio_data_delivery_enabled.
-
#cloud_watch_config ⇒ Types::CloudWatchConfig
Returns the value of attribute cloud_watch_config.
-
#embedding_data_delivery_enabled ⇒ Boolean
Returns the value of attribute embedding_data_delivery_enabled.
-
#image_data_delivery_enabled ⇒ Boolean
Returns the value of attribute image_data_delivery_enabled.
-
#s3_config ⇒ Types::S3Config
Returns the value of attribute s3_config.
-
#text_data_delivery_enabled ⇒ Boolean
Returns the value of attribute text_data_delivery_enabled.
-
#video_data_delivery_enabled ⇒ Boolean
Returns the value of attribute video_data_delivery_enabled.
Instance Attribute Details
#audio_data_delivery_enabled ⇒ Boolean
Returns the value of attribute audio_data_delivery_enabled.
2919 2920 2921 |
# File 'sig/types.rbs', line 2919 def audio_data_delivery_enabled @audio_data_delivery_enabled end |
#cloud_watch_config ⇒ Types::CloudWatchConfig
Returns the value of attribute cloud_watch_config.
2913 2914 2915 |
# File 'sig/types.rbs', line 2913 def cloud_watch_config @cloud_watch_config end |
#embedding_data_delivery_enabled ⇒ Boolean
Returns the value of attribute embedding_data_delivery_enabled.
2917 2918 2919 |
# File 'sig/types.rbs', line 2917 def @embedding_data_delivery_enabled end |
#image_data_delivery_enabled ⇒ Boolean
Returns the value of attribute image_data_delivery_enabled.
2916 2917 2918 |
# File 'sig/types.rbs', line 2916 def image_data_delivery_enabled @image_data_delivery_enabled end |
#s3_config ⇒ Types::S3Config
Returns the value of attribute s3_config.
2914 2915 2916 |
# File 'sig/types.rbs', line 2914 def s3_config @s3_config end |
#text_data_delivery_enabled ⇒ Boolean
Returns the value of attribute text_data_delivery_enabled.
2915 2916 2917 |
# File 'sig/types.rbs', line 2915 def text_data_delivery_enabled @text_data_delivery_enabled end |
#video_data_delivery_enabled ⇒ Boolean
Returns the value of attribute video_data_delivery_enabled.
2918 2919 2920 |
# File 'sig/types.rbs', line 2918 def video_data_delivery_enabled @video_data_delivery_enabled end |