Class: Aws::Types::S3TablesDestinationDescription

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)


685
686
687
# File 'sig/types.rbs', line 685

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.



686
687
688
# File 'sig/types.rbs', line 686

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:



687
688
689
# File 'sig/types.rbs', line 687

def s3_tables_configuration_list
  @s3_tables_configuration_list
end