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)


2670
2671
2672
# File 'sig/types.rbs', line 2670

def cluster_identifier
  @cluster_identifier
end

#enable_case_sensitive_identifierBoolean

Returns the value of attribute enable_case_sensitive_identifier.

Returns:

  • (Boolean)


2678
2679
2680
# File 'sig/types.rbs', line 2678

def enable_case_sensitive_identifier
  @enable_case_sensitive_identifier
end

#new_table_name::String

Returns the value of attribute new_table_name.

Returns:

  • (::String)


2677
2678
2679
# File 'sig/types.rbs', line 2677

def new_table_name
  @new_table_name
end

#snapshot_identifier::String

Returns the value of attribute snapshot_identifier.

Returns:

  • (::String)


2671
2672
2673
# File 'sig/types.rbs', line 2671

def snapshot_identifier
  @snapshot_identifier
end

#source_database_name::String

Returns the value of attribute source_database_name.

Returns:

  • (::String)


2672
2673
2674
# File 'sig/types.rbs', line 2672

def source_database_name
  @source_database_name
end

#source_schema_name::String

Returns the value of attribute source_schema_name.

Returns:

  • (::String)


2673
2674
2675
# File 'sig/types.rbs', line 2673

def source_schema_name
  @source_schema_name
end

#source_table_name::String

Returns the value of attribute source_table_name.

Returns:

  • (::String)


2674
2675
2676
# File 'sig/types.rbs', line 2674

def source_table_name
  @source_table_name
end

#target_database_name::String

Returns the value of attribute target_database_name.

Returns:

  • (::String)


2675
2676
2677
# File 'sig/types.rbs', line 2675

def target_database_name
  @target_database_name
end

#target_schema_name::String

Returns the value of attribute target_schema_name.

Returns:

  • (::String)


2676
2677
2678
# File 'sig/types.rbs', line 2676

def target_schema_name
  @target_schema_name
end