Class: Aws::Types::LoggingConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_data_delivery_enabledBoolean

Returns the value of attribute audio_data_delivery_enabled.

Returns:

  • (Boolean)


2919
2920
2921
# File 'sig/types.rbs', line 2919

def audio_data_delivery_enabled
  @audio_data_delivery_enabled
end

#cloud_watch_configTypes::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_enabledBoolean

Returns the value of attribute embedding_data_delivery_enabled.

Returns:

  • (Boolean)


2917
2918
2919
# File 'sig/types.rbs', line 2917

def embedding_data_delivery_enabled
  @embedding_data_delivery_enabled
end

#image_data_delivery_enabledBoolean

Returns the value of attribute image_data_delivery_enabled.

Returns:

  • (Boolean)


2916
2917
2918
# File 'sig/types.rbs', line 2916

def image_data_delivery_enabled
  @image_data_delivery_enabled
end

#s3_configTypes::S3Config

Returns the value of attribute s3_config.

Returns:



2914
2915
2916
# File 'sig/types.rbs', line 2914

def s3_config
  @s3_config
end

#text_data_delivery_enabledBoolean

Returns the value of attribute text_data_delivery_enabled.

Returns:

  • (Boolean)


2915
2916
2917
# File 'sig/types.rbs', line 2915

def text_data_delivery_enabled
  @text_data_delivery_enabled
end

#video_data_delivery_enabledBoolean

Returns the value of attribute video_data_delivery_enabled.

Returns:

  • (Boolean)


2918
2919
2920
# File 'sig/types.rbs', line 2918

def video_data_delivery_enabled
  @video_data_delivery_enabled
end