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.
687 688 689 |
# File 'sig/types.rbs', line 687 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.
688 689 690 |
# File 'sig/types.rbs', line 688 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.
689 690 691 |
# File 'sig/types.rbs', line 689 def s3_tables_configuration_list @s3_tables_configuration_list end |