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