Class: Aws::Types::RestoreTableFromClusterSnapshotMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


2681
2682
2683
# File 'sig/types.rbs', line 2681

def cluster_identifier
  @cluster_identifier
end

#enable_case_sensitive_identifierBoolean

Returns the value of attribute enable_case_sensitive_identifier.

Returns:

  • (Boolean)


2689
2690
2691
# File 'sig/types.rbs', line 2689

def enable_case_sensitive_identifier
  @enable_case_sensitive_identifier
end

#new_table_name::String

Returns the value of attribute new_table_name.

Returns:

  • (::String)


2688
2689
2690
# File 'sig/types.rbs', line 2688

def new_table_name
  @new_table_name
end

#snapshot_identifier::String

Returns the value of attribute snapshot_identifier.

Returns:

  • (::String)


2682
2683
2684
# File 'sig/types.rbs', line 2682

def snapshot_identifier
  @snapshot_identifier
end

#source_database_name::String

Returns the value of attribute source_database_name.

Returns:

  • (::String)


2683
2684
2685
# File 'sig/types.rbs', line 2683

def source_database_name
  @source_database_name
end

#source_schema_name::String

Returns the value of attribute source_schema_name.

Returns:

  • (::String)


2684
2685
2686
# File 'sig/types.rbs', line 2684

def source_schema_name
  @source_schema_name
end

#source_table_name::String

Returns the value of attribute source_table_name.

Returns:

  • (::String)


2685
2686
2687
# File 'sig/types.rbs', line 2685

def source_table_name
  @source_table_name
end

#target_database_name::String

Returns the value of attribute target_database_name.

Returns:

  • (::String)


2686
2687
2688
# File 'sig/types.rbs', line 2686

def target_database_name
  @target_database_name
end

#target_schema_name::String

Returns the value of attribute target_schema_name.

Returns:

  • (::String)


2687
2688
2689
# File 'sig/types.rbs', line 2687

def target_schema_name
  @target_schema_name
end