Class: Aws::Types::RestoreFromDbBackupInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_backup_configurations::Array[Types::DbBackupConfiguration]

Returns the value of attribute db_backup_configurations.

Returns:



794
795
796
# File 'sig/types.rbs', line 794

def db_backup_configurations
  @db_backup_configurations
end

#db_backup_id::String

Returns the value of attribute db_backup_id.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def db_backup_id
  @db_backup_id
end

#deployment_type"SINGLE_AZ", ...

Returns the value of attribute deployment_type.

Returns:

  • ("SINGLE_AZ", "WITH_MULTIAZ_STANDBY", "MULTI_NODE_READ_REPLICAS")


793
794
795
# File 'sig/types.rbs', line 793

def deployment_type
  @deployment_type
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def kms_key_id
  @kms_key_id
end

#log_delivery_configurationTypes::LogDeliveryConfiguration

Returns the value of attribute log_delivery_configuration.



788
789
790
# File 'sig/types.rbs', line 788

def log_delivery_configuration
  @log_delivery_configuration
end

#maintenance_scheduleTypes::MaintenanceSchedule

Returns the value of attribute maintenance_schedule.



789
790
791
# File 'sig/types.rbs', line 789

def maintenance_schedule
  @maintenance_schedule
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def name
  @name
end

#network_type"IPV4", "DUAL"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUAL")


792
793
794
# File 'sig/types.rbs', line 792

def network_type
  @network_type
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


791
792
793
# File 'sig/types.rbs', line 791

def port
  @port
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


787
788
789
# File 'sig/types.rbs', line 787

def publicly_accessible
  @publicly_accessible
end

#restore_mode"NEW_RESOURCE", "REPLACE_EXISTING"

Returns the value of attribute restore_mode.

Returns:

  • ("NEW_RESOURCE", "REPLACE_EXISTING")


784
785
786
# File 'sig/types.rbs', line 784

def restore_mode
  @restore_mode
end

#restore_to_time::Time

Returns the value of attribute restore_to_time.

Returns:

  • (::Time)


783
784
785
# File 'sig/types.rbs', line 783

def restore_to_time
  @restore_to_time
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


790
791
792
# File 'sig/types.rbs', line 790

def tags
  @tags
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


786
787
788
# File 'sig/types.rbs', line 786

def vpc_security_group_ids
  @vpc_security_group_ids
end

#vpc_subnet_ids::Array[::String]

Returns the value of attribute vpc_subnet_ids.

Returns:

  • (::Array[::String])


785
786
787
# File 'sig/types.rbs', line 785

def vpc_subnet_ids
  @vpc_subnet_ids
end