Class: Aws::Types::DestinationTable

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_database_name::String

Returns the value of attribute destination_database_name.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def destination_database_name
  @destination_database_name
end

#destination_table_name::String

Returns the value of attribute destination_table_name.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def destination_table_name
  @destination_table_name
end

#partition_specTypes::PartitionSpec

Returns the value of attribute partition_spec.



581
582
583
# File 'sig/types.rbs', line 581

def partition_spec
  @partition_spec
end