[−][src]Struct rusoto_lightsail::RelationalDatabaseSnapshot
Describes a database snapshot.
Fields
arn: Option<String>
The Amazon Resource Name (ARN) of the database snapshot.
created_at: Option<f64>
The timestamp when the database snapshot was created.
engine: Option<String>
The software of the database snapshot (for example, MySQL
)
engine_version: Option<String>
The database engine version for the database snapshot (for example, 5.7.23
).
from_relational_database_arn: Option<String>
The Amazon Resource Name (ARN) of the database from which the database snapshot was created.
from_relational_database_blueprint_id: Option<String>
The blueprint ID of the database from which the database snapshot was created. A blueprint describes the major engine version of a database.
from_relational_database_bundle_id: Option<String>
The bundle ID of the database from which the database snapshot was created.
from_relational_database_name: Option<String>
The name of the source database from which the database snapshot was created.
location: Option<ResourceLocation>
The Region name and Availability Zone where the database snapshot is located.
name: Option<String>
The name of the database snapshot.
resource_type: Option<String>
The Lightsail resource type.
size_in_gb: Option<i64>
The size of the disk in GB (for example, 32
) for the database snapshot.
state: Option<String>
The state of the database snapshot.
support_code: Option<String>
The support code for the database snapshot. Include this code in your email to support when you have questions about a database snapshot in Lightsail. This code enables our support team to look up your Lightsail information more easily.
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.
Trait Implementations
impl PartialEq<RelationalDatabaseSnapshot> for RelationalDatabaseSnapshot
[src]
fn eq(&self, other: &RelationalDatabaseSnapshot) -> bool
[src]
fn ne(&self, other: &RelationalDatabaseSnapshot) -> bool
[src]
impl Default for RelationalDatabaseSnapshot
[src]
impl Clone for RelationalDatabaseSnapshot
[src]
fn clone(&self) -> RelationalDatabaseSnapshot
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for RelationalDatabaseSnapshot
[src]
impl<'de> Deserialize<'de> for RelationalDatabaseSnapshot
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for RelationalDatabaseSnapshot
impl Sync for RelationalDatabaseSnapshot
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