Class: Aws::Types::S3TablesDestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3TablesDestinationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_freshness_in_seconds ⇒ ::Integer
Returns the value of attribute data_freshness_in_seconds.
-
#dead_letter_queue_s3_configuration ⇒ Types::DeadLetterQueueS3Configuration
Returns the value of attribute dead_letter_queue_s3_configuration.
-
#s3_tables_configuration_list ⇒ ::Array[Types::S3TablesConfiguration]
Returns the value of attribute s3_tables_configuration_list.
Instance Attribute Details
#data_freshness_in_seconds ⇒ ::Integer
Returns the value of attribute data_freshness_in_seconds.
678 679 680 |
# File 'sig/types.rbs', line 678 def data_freshness_in_seconds @data_freshness_in_seconds end |
#dead_letter_queue_s3_configuration ⇒ Types::DeadLetterQueueS3Configuration
Returns the value of attribute dead_letter_queue_s3_configuration.
679 680 681 |
# File 'sig/types.rbs', line 679 def dead_letter_queue_s3_configuration @dead_letter_queue_s3_configuration end |
#s3_tables_configuration_list ⇒ ::Array[Types::S3TablesConfiguration]
Returns the value of attribute s3_tables_configuration_list.
680 681 682 |
# File 'sig/types.rbs', line 680 def s3_tables_configuration_list @s3_tables_configuration_list end |