[−][src]Struct rusoto_opsworkscm::Backup
Describes a single backup.
Fields
backup_arn: Option<String>
The ARN of the backup.
backup_id: Option<String>
The generated ID of the backup. Example: myServerName-yyyyMMddHHmmssSSS
backup_type: Option<String>
The backup type. Valid values are automated
or manual
.
created_at: Option<f64>
The time stamp when the backup was created in the database. Example: 2016-07-29T13:38:47.520Z
description: Option<String>
A user-provided description for a manual backup. This field is empty for automated backups.
engine: Option<String>
The engine type that is obtained from the server when the backup is created.
engine_model: Option<String>
The engine model that is obtained from the server when the backup is created.
engine_version: Option<String>
The engine version that is obtained from the server when the backup is created.
instance_profile_arn: Option<String>
The EC2 instance profile ARN that is obtained from the server when the backup is created. Because this value is stored, you are not required to provide the InstanceProfileArn again if you restore a backup.
instance_type: Option<String>
The instance type that is obtained from the server when the backup is created.
key_pair: Option<String>
The key pair that is obtained from the server when the backup is created.
preferred_backup_window: Option<String>
The preferred backup period that is obtained from the server when the backup is created.
preferred_maintenance_window: Option<String>
The preferred maintenance period that is obtained from the server when the backup is created.
s3_log_url: Option<String>
The Amazon S3 URL of the backup's log file.
security_group_ids: Option<Vec<String>>
The security group IDs that are obtained from the server when the backup is created.
server_name: Option<String>
The name of the server from which the backup was made.
service_role_arn: Option<String>
The service role ARN that is obtained from the server when the backup is created.
status: Option<String>
The status of a backup while in progress.
status_description: Option<String>
An informational message about backup status.
subnet_ids: Option<Vec<String>>
The subnet IDs that are obtained from the server when the backup is created.
tools_version: Option<String>
The version of AWS OpsWorks CM-specific tools that is obtained from the server when the backup is created.
user_arn: Option<String>
The IAM user ARN of the requester for manual backups. This field is empty for automated backups.
Trait Implementations
impl PartialEq<Backup> for Backup
[src]
impl Default for Backup
[src]
impl Clone for Backup
[src]
fn clone(&self) -> Backup
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for Backup
[src]
impl<'de> Deserialize<'de> for Backup
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
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> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self