Class: Aws::Types::S3TablesDestinationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_freshness_in_seconds::Integer

Returns the value of attribute data_freshness_in_seconds.

Returns:

  • (::Integer)


678
679
680
# File 'sig/types.rbs', line 678

def data_freshness_in_seconds
  @data_freshness_in_seconds
end

#dead_letter_queue_s3_configurationTypes::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.

Returns:



680
681
682
# File 'sig/types.rbs', line 680

def s3_tables_configuration_list
  @s3_tables_configuration_list
end