Class: Aws::Types::RestoreDBInstanceFromS3Message

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:master_user_password])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_storage_volumes::Array[Types::AdditionalStorageVolume]

Returns the value of attribute additional_storage_volumes.

Returns:



4065
4066
4067
# File 'sig/types.rbs', line 4065

def additional_storage_volumes
  @additional_storage_volumes
end

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


4015
4016
4017
# File 'sig/types.rbs', line 4015

def allocated_storage
  @allocated_storage
end

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:

  • (Boolean)


4031
4032
4033
# File 'sig/types.rbs', line 4031

def auto_minor_version_upgrade
  @auto_minor_version_upgrade
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


4022
4023
4024
# File 'sig/types.rbs', line 4022

def availability_zone
  @availability_zone
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


4026
4027
4028
# File 'sig/types.rbs', line 4026

def backup_retention_period
  @backup_retention_period
end

#ca_certificate_identifier::String

Returns the value of attribute ca_certificate_identifier.

Returns:

  • (::String)


4063
4064
4065
# File 'sig/types.rbs', line 4063

def ca_certificate_identifier
  @ca_certificate_identifier
end

#copy_tags_to_snapshotBoolean

Returns the value of attribute copy_tags_to_snapshot.

Returns:

  • (Boolean)


4041
4042
4043
# File 'sig/types.rbs', line 4041

def copy_tags_to_snapshot
  @copy_tags_to_snapshot
end

#database_insights_mode"standard", "advanced"

Returns the value of attribute database_insights_mode.

Returns:

  • ("standard", "advanced")


4050
4051
4052
# File 'sig/types.rbs', line 4050

def database_insights_mode
  @database_insights_mode
end

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


4016
4017
4018
# File 'sig/types.rbs', line 4016

def db_instance_class
  @db_instance_class
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


4014
4015
4016
# File 'sig/types.rbs', line 4014

def db_instance_identifier
  @db_instance_identifier
end

#db_name::String

Returns the value of attribute db_name.

Returns:

  • (::String)


4013
4014
4015
# File 'sig/types.rbs', line 4013

def db_name
  @db_name
end

#db_parameter_group_name::String

Returns the value of attribute db_parameter_group_name.

Returns:

  • (::String)


4025
4026
4027
# File 'sig/types.rbs', line 4025

def db_parameter_group_name
  @db_parameter_group_name
end

#db_security_groups::Array[::String]

Returns the value of attribute db_security_groups.

Returns:

  • (::Array[::String])


4020
4021
4022
# File 'sig/types.rbs', line 4020

def db_security_groups
  @db_security_groups
end

#db_subnet_group_name::String

Returns the value of attribute db_subnet_group_name.

Returns:

  • (::String)


4023
4024
4025
# File 'sig/types.rbs', line 4023

def db_subnet_group_name
  @db_subnet_group_name
end

#dedicated_log_volumeBoolean

Returns the value of attribute dedicated_log_volume.

Returns:

  • (Boolean)


4062
4063
4064
# File 'sig/types.rbs', line 4062

def dedicated_log_volume
  @dedicated_log_volume
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


4057
4058
4059
# File 'sig/types.rbs', line 4057

def deletion_protection
  @deletion_protection
end

#enable_cloudwatch_logs_exports::Array[::String]

Returns the value of attribute enable_cloudwatch_logs_exports.

Returns:

  • (::Array[::String])


4054
4055
4056
# File 'sig/types.rbs', line 4054

def enable_cloudwatch_logs_exports
  @enable_cloudwatch_logs_exports
end

#enable_iam_database_authenticationBoolean

Returns the value of attribute enable_iam_database_authentication.

Returns:

  • (Boolean)


4044
4045
4046
# File 'sig/types.rbs', line 4044

def enable_iam_database_authentication
  @enable_iam_database_authentication
end

#enable_performance_insightsBoolean

Returns the value of attribute enable_performance_insights.

Returns:

  • (Boolean)


4051
4052
4053
# File 'sig/types.rbs', line 4051

def enable_performance_insights
  @enable_performance_insights
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


4017
4018
4019
# File 'sig/types.rbs', line 4017

def engine
  @engine
end

#engine_lifecycle_support::String

Returns the value of attribute engine_lifecycle_support.

Returns:

  • (::String)


4064
4065
4066
# File 'sig/types.rbs', line 4064

def engine_lifecycle_support
  @engine_lifecycle_support
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


4030
4031
4032
# File 'sig/types.rbs', line 4030

def engine_version
  @engine_version
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


4033
4034
4035
# File 'sig/types.rbs', line 4033

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


4040
4041
4042
# File 'sig/types.rbs', line 4040

def kms_key_id
  @kms_key_id
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


4032
4033
4034
# File 'sig/types.rbs', line 4032

def license_model
  @license_model
end

#manage_master_user_passwordBoolean

Returns the value of attribute manage_master_user_password.

Returns:

  • (Boolean)


4060
4061
4062
# File 'sig/types.rbs', line 4060

def manage_master_user_password
  @manage_master_user_password
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


4019
4020
4021
# File 'sig/types.rbs', line 4019

def master_user_password
  @master_user_password
end

#master_user_secret_kms_key_id::String

Returns the value of attribute master_user_secret_kms_key_id.

Returns:

  • (::String)


4061
4062
4063
# File 'sig/types.rbs', line 4061

def master_user_secret_kms_key_id
  @master_user_secret_kms_key_id
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


4018
4019
4020
# File 'sig/types.rbs', line 4018

def master_username
  @master_username
end

#max_allocated_storage::Integer

Returns the value of attribute max_allocated_storage.

Returns:

  • (::Integer)


4058
4059
4060
# File 'sig/types.rbs', line 4058

def max_allocated_storage
  @max_allocated_storage
end

#monitoring_interval::Integer

Returns the value of attribute monitoring_interval.

Returns:

  • (::Integer)


4042
4043
4044
# File 'sig/types.rbs', line 4042

def monitoring_interval
  @monitoring_interval
end

#monitoring_role_arn::String

Returns the value of attribute monitoring_role_arn.

Returns:

  • (::String)


4043
4044
4045
# File 'sig/types.rbs', line 4043

def monitoring_role_arn
  @monitoring_role_arn
end

#multi_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


4029
4030
4031
# File 'sig/types.rbs', line 4029

def multi_az
  @multi_az
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


4059
4060
4061
# File 'sig/types.rbs', line 4059

def network_type
  @network_type
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


4035
4036
4037
# File 'sig/types.rbs', line 4035

def option_group_name
  @option_group_name
end

#performance_insights_kms_key_id::String

Returns the value of attribute performance_insights_kms_key_id.

Returns:

  • (::String)


4052
4053
4054
# File 'sig/types.rbs', line 4052

def performance_insights_kms_key_id
  @performance_insights_kms_key_id
end

#performance_insights_retention_period::Integer

Returns the value of attribute performance_insights_retention_period.

Returns:

  • (::Integer)


4053
4054
4055
# File 'sig/types.rbs', line 4053

def performance_insights_retention_period
  @performance_insights_retention_period
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


4028
4029
4030
# File 'sig/types.rbs', line 4028

def port
  @port
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


4027
4028
4029
# File 'sig/types.rbs', line 4027

def preferred_backup_window
  @preferred_backup_window
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.

Returns:

  • (::String)


4024
4025
4026
# File 'sig/types.rbs', line 4024

def preferred_maintenance_window
  @preferred_maintenance_window
end

#processor_features::Array[Types::ProcessorFeature]

Returns the value of attribute processor_features.

Returns:



4055
4056
4057
# File 'sig/types.rbs', line 4055

def processor_features
  @processor_features
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


4036
4037
4038
# File 'sig/types.rbs', line 4036

def publicly_accessible
  @publicly_accessible
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


4047
4048
4049
# File 'sig/types.rbs', line 4047

def s3_bucket_name
  @s3_bucket_name
end

#s3_ingestion_role_arn::String

Returns the value of attribute s3_ingestion_role_arn.

Returns:

  • (::String)


4049
4050
4051
# File 'sig/types.rbs', line 4049

def s3_ingestion_role_arn
  @s3_ingestion_role_arn
end

#s3_prefix::String

Returns the value of attribute s3_prefix.

Returns:

  • (::String)


4048
4049
4050
# File 'sig/types.rbs', line 4048

def s3_prefix
  @s3_prefix
end

#source_engine::String

Returns the value of attribute source_engine.

Returns:

  • (::String)


4045
4046
4047
# File 'sig/types.rbs', line 4045

def source_engine
  @source_engine
end

#source_engine_version::String

Returns the value of attribute source_engine_version.

Returns:

  • (::String)


4046
4047
4048
# File 'sig/types.rbs', line 4046

def source_engine_version
  @source_engine_version
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


4039
4040
4041
# File 'sig/types.rbs', line 4039

def storage_encrypted
  @storage_encrypted
end

#storage_throughput::Integer

Returns the value of attribute storage_throughput.

Returns:

  • (::Integer)


4034
4035
4036
# File 'sig/types.rbs', line 4034

def storage_throughput
  @storage_throughput
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


4038
4039
4040
# File 'sig/types.rbs', line 4038

def storage_type
  @storage_type
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



4066
4067
4068
# File 'sig/types.rbs', line 4066

def tag_specifications
  @tag_specifications
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



4037
4038
4039
# File 'sig/types.rbs', line 4037

def tags
  @tags
end

#use_default_processor_featuresBoolean

Returns the value of attribute use_default_processor_features.

Returns:

  • (Boolean)


4056
4057
4058
# File 'sig/types.rbs', line 4056

def use_default_processor_features
  @use_default_processor_features
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


4021
4022
4023
# File 'sig/types.rbs', line 4021

def vpc_security_group_ids
  @vpc_security_group_ids
end