#[non_exhaustive]pub struct GetDefaultViewOutput { /* private fields */ }Implementations§
source§impl GetDefaultViewOutput
impl GetDefaultViewOutput
sourcepub fn view_arn(&self) -> Option<&str>
pub fn view_arn(&self) -> Option<&str>
The Amazon resource name (ARN) of the view that is the current default for the Amazon Web Services Region in which you called this operation.
source§impl GetDefaultViewOutput
impl GetDefaultViewOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDefaultViewOutput.
Trait Implementations§
source§impl Clone for GetDefaultViewOutput
impl Clone for GetDefaultViewOutput
source§fn clone(&self) -> GetDefaultViewOutput
fn clone(&self) -> GetDefaultViewOutput
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 GetDefaultViewOutput
impl Debug for GetDefaultViewOutput
source§impl PartialEq<GetDefaultViewOutput> for GetDefaultViewOutput
impl PartialEq<GetDefaultViewOutput> for GetDefaultViewOutput
source§fn eq(&self, other: &GetDefaultViewOutput) -> bool
fn eq(&self, other: &GetDefaultViewOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.