Struct aws_sdk_databasemigration::model::InventoryData
source · #[non_exhaustive]pub struct InventoryData { /* private fields */ }
Expand description
Describes a Fleet Advisor collector inventory.
Implementations§
source§impl InventoryData
impl InventoryData
sourcepub fn number_of_databases(&self) -> Option<i32>
pub fn number_of_databases(&self) -> Option<i32>
The number of databases in the Fleet Advisor collector inventory.
sourcepub fn number_of_schemas(&self) -> Option<i32>
pub fn number_of_schemas(&self) -> Option<i32>
The number of schemas in the Fleet Advisor collector inventory.
source§impl InventoryData
impl InventoryData
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InventoryData
.
Trait Implementations§
source§impl Clone for InventoryData
impl Clone for InventoryData
source§fn clone(&self) -> InventoryData
fn clone(&self) -> InventoryData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InventoryData
impl Debug for InventoryData
source§impl PartialEq<InventoryData> for InventoryData
impl PartialEq<InventoryData> for InventoryData
source§fn eq(&self, other: &InventoryData) -> bool
fn eq(&self, other: &InventoryData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.