[−][src]Struct rusoto_rds::DBInstanceAutomatedBackup
An automated backup of a DB instance. It it consists of system backups, transaction logs, and the database instance properties that existed at the time you deleted the source instance.
Fields
allocated_storage: Option<i64>
Specifies the allocated storage size in gibibytes (GiB).
availability_zone: Option<String>
The Availability Zone that the automated backup was created in. For information on AWS Regions and Availability Zones, see Regions and Availability Zones.
db_instance_arn: Option<String>
The Amazon Resource Name (ARN) for the automated backup.
db_instance_identifier: Option<String>
The customer id of the instance that is/was associated with the automated backup.
dbi_resource_id: Option<String>
The identifier for the source DB instance, which can't be changed and which is unique to an AWS Region.
encrypted: Option<bool>
Specifies whether the automated backup is encrypted.
engine: Option<String>
The name of the database engine for this automated backup.
engine_version: Option<String>
The version of the database engine for the automated backup.
iam_database_authentication_enabled: Option<bool>
True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
instance_create_time: Option<String>
Provides the date and time that the DB instance was created.
iops: Option<i64>
The IOPS (I/O operations per second) value for the automated backup.
kms_key_id: Option<String>
The AWS KMS key ID for an automated backup. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.
license_model: Option<String>
License model information for the automated backup.
master_username: Option<String>
The license model of an automated backup.
option_group_name: Option<String>
The option group the automated backup is associated with. If omitted, the default option group for the engine specified is used.
port: Option<i64>
The port number that the automated backup used for connections.
Default: Inherits from the source DB instance
Valid Values: 1150-65535
region: Option<String>
The AWS Region associated with the automated backup.
restore_window: Option<RestoreWindow>
Earliest and latest time an instance can be restored to.
status: Option<String>
Provides a list of status information for an automated backup:
-
active
- automated backups for current instances -
retained
- automated backups for deleted instances -
creating
- automated backups that are waiting for the first automated snapshot to be available.
storage_type: Option<String>
Specifies the storage type associated with the automated backup.
tde_credential_arn: Option<String>
The ARN from the key store with which the automated backup is associated for TDE encryption.
timezone: Option<String>
The time zone of the automated backup. In most cases, the Timezone
element is empty. Timezone
content appears only for Microsoft SQL Server DB instances that were created with a time zone specified.
vpc_id: Option<String>
Provides the VPC ID associated with the DB instance
Trait Implementations
impl PartialEq<DBInstanceAutomatedBackup> for DBInstanceAutomatedBackup
[src]
fn eq(&self, other: &DBInstanceAutomatedBackup) -> bool
[src]
fn ne(&self, other: &DBInstanceAutomatedBackup) -> bool
[src]
impl Default for DBInstanceAutomatedBackup
[src]
impl Clone for DBInstanceAutomatedBackup
[src]
fn clone(&self) -> DBInstanceAutomatedBackup
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for DBInstanceAutomatedBackup
[src]
Auto Trait Implementations
impl Send for DBInstanceAutomatedBackup
impl Sync for DBInstanceAutomatedBackup
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self