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)


572
573
574
# File 'sig/types.rbs', line 572

def destination_database_name
  @destination_database_name
end

#destination_table_name::String

Returns the value of attribute destination_table_name.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def destination_table_name
  @destination_table_name
end

#partition_specTypes::PartitionSpec

Returns the value of attribute partition_spec.



574
575
576
# File 'sig/types.rbs', line 574

def partition_spec
  @partition_spec
end