Struct aws_sdk_ec2::model::VerifiedAccessInstance
source · #[non_exhaustive]pub struct VerifiedAccessInstance { /* private fields */ }
Expand description
Describes a Verified Access instance.
Implementations§
source§impl VerifiedAccessInstance
impl VerifiedAccessInstance
sourcepub fn verified_access_instance_id(&self) -> Option<&str>
pub fn verified_access_instance_id(&self) -> Option<&str>
The ID of the Amazon Web Services Verified Access instance.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description for the Amazon Web Services Verified Access instance.
sourcepub fn verified_access_trust_providers(
&self
) -> Option<&[VerifiedAccessTrustProviderCondensed]>
pub fn verified_access_trust_providers(
&self
) -> Option<&[VerifiedAccessTrustProviderCondensed]>
The IDs of the Amazon Web Services Verified Access trust providers.
sourcepub fn creation_time(&self) -> Option<&str>
pub fn creation_time(&self) -> Option<&str>
The creation time.
sourcepub fn last_updated_time(&self) -> Option<&str>
pub fn last_updated_time(&self) -> Option<&str>
The last updated time.
The tags.
source§impl VerifiedAccessInstance
impl VerifiedAccessInstance
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VerifiedAccessInstance
.
Trait Implementations§
source§impl Clone for VerifiedAccessInstance
impl Clone for VerifiedAccessInstance
source§fn clone(&self) -> VerifiedAccessInstance
fn clone(&self) -> VerifiedAccessInstance
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 VerifiedAccessInstance
impl Debug for VerifiedAccessInstance
source§impl PartialEq<VerifiedAccessInstance> for VerifiedAccessInstance
impl PartialEq<VerifiedAccessInstance> for VerifiedAccessInstance
source§fn eq(&self, other: &VerifiedAccessInstance) -> bool
fn eq(&self, other: &VerifiedAccessInstance) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.