Struct aws_sdk_ec2::model::VerifiedAccessGroup
source · #[non_exhaustive]pub struct VerifiedAccessGroup { /* private fields */ }
Expand description
Describes a Verified Access group.
Implementations§
source§impl VerifiedAccessGroup
impl VerifiedAccessGroup
sourcepub fn verified_access_group_id(&self) -> Option<&str>
pub fn verified_access_group_id(&self) -> Option<&str>
The ID of the Verified Access group.
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 group.
sourcepub fn owner(&self) -> Option<&str>
pub fn owner(&self) -> Option<&str>
The Amazon Web Services account number that owns the group.
sourcepub fn verified_access_group_arn(&self) -> Option<&str>
pub fn verified_access_group_arn(&self) -> Option<&str>
The ARN of the Verified Access group.
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.
sourcepub fn deletion_time(&self) -> Option<&str>
pub fn deletion_time(&self) -> Option<&str>
The deletion time.
The tags.
source§impl VerifiedAccessGroup
impl VerifiedAccessGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VerifiedAccessGroup
.
Trait Implementations§
source§impl Clone for VerifiedAccessGroup
impl Clone for VerifiedAccessGroup
source§fn clone(&self) -> VerifiedAccessGroup
fn clone(&self) -> VerifiedAccessGroup
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 VerifiedAccessGroup
impl Debug for VerifiedAccessGroup
source§impl PartialEq<VerifiedAccessGroup> for VerifiedAccessGroup
impl PartialEq<VerifiedAccessGroup> for VerifiedAccessGroup
source§fn eq(&self, other: &VerifiedAccessGroup) -> bool
fn eq(&self, other: &VerifiedAccessGroup) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.