Struct aws_sdk_ec2::model::ThroughResourcesStatement
source · #[non_exhaustive]pub struct ThroughResourcesStatement { /* private fields */ }
Expand description
Describes a through resource statement.
Implementations§
source§impl ThroughResourcesStatement
impl ThroughResourcesStatement
sourcepub fn resource_statement(&self) -> Option<&ResourceStatement>
pub fn resource_statement(&self) -> Option<&ResourceStatement>
The resource statement.
source§impl ThroughResourcesStatement
impl ThroughResourcesStatement
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ThroughResourcesStatement
.
Trait Implementations§
source§impl Clone for ThroughResourcesStatement
impl Clone for ThroughResourcesStatement
source§fn clone(&self) -> ThroughResourcesStatement
fn clone(&self) -> ThroughResourcesStatement
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 ThroughResourcesStatement
impl Debug for ThroughResourcesStatement
source§impl PartialEq<ThroughResourcesStatement> for ThroughResourcesStatement
impl PartialEq<ThroughResourcesStatement> for ThroughResourcesStatement
source§fn eq(&self, other: &ThroughResourcesStatement) -> bool
fn eq(&self, other: &ThroughResourcesStatement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.