Struct aws_sdk_databasemigration::model::SchemaResponse
source · #[non_exhaustive]pub struct SchemaResponse { /* private fields */ }
Expand description
Describes a schema in a Fleet Advisor collector inventory.
Implementations§
source§impl SchemaResponse
impl SchemaResponse
sourcepub fn code_line_count(&self) -> Option<i64>
pub fn code_line_count(&self) -> Option<i64>
The number of lines of code in a schema in a Fleet Advisor collector inventory.
sourcepub fn code_size(&self) -> Option<i64>
pub fn code_size(&self) -> Option<i64>
The size level of the code in a schema in a Fleet Advisor collector inventory.
sourcepub fn complexity(&self) -> Option<&str>
pub fn complexity(&self) -> Option<&str>
The complexity level of the code in a schema in a Fleet Advisor collector inventory.
sourcepub fn server(&self) -> Option<&ServerShortInfoResponse>
pub fn server(&self) -> Option<&ServerShortInfoResponse>
The database server for a schema in a Fleet Advisor collector inventory.
sourcepub fn database_instance(&self) -> Option<&DatabaseShortInfoResponse>
pub fn database_instance(&self) -> Option<&DatabaseShortInfoResponse>
The database for a schema in a Fleet Advisor collector inventory.
sourcepub fn schema_id(&self) -> Option<&str>
pub fn schema_id(&self) -> Option<&str>
The ID of a schema in a Fleet Advisor collector inventory.
sourcepub fn schema_name(&self) -> Option<&str>
pub fn schema_name(&self) -> Option<&str>
The name of a schema in a Fleet Advisor collector inventory.
sourcepub fn original_schema(&self) -> Option<&SchemaShortInfoResponse>
pub fn original_schema(&self) -> Option<&SchemaShortInfoResponse>
Describes a schema in a Fleet Advisor collector inventory.
sourcepub fn similarity(&self) -> Option<f64>
pub fn similarity(&self) -> Option<f64>
The similarity value for a schema in a Fleet Advisor collector inventory. A higher similarity value indicates that a schema is likely to be a duplicate.
source§impl SchemaResponse
impl SchemaResponse
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SchemaResponse
.
Trait Implementations§
source§impl Clone for SchemaResponse
impl Clone for SchemaResponse
source§fn clone(&self) -> SchemaResponse
fn clone(&self) -> SchemaResponse
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for SchemaResponse
impl Debug for SchemaResponse
source§impl PartialEq<SchemaResponse> for SchemaResponse
impl PartialEq<SchemaResponse> for SchemaResponse
source§fn eq(&self, other: &SchemaResponse) -> bool
fn eq(&self, other: &SchemaResponse) -> bool
self
and other
values to be equal, and is used
by ==
.