Struct aws_sdk_ec2::input::CreateVerifiedAccessGroupInput
source · #[non_exhaustive]pub struct CreateVerifiedAccessGroupInput { /* private fields */ }
Implementations§
source§impl CreateVerifiedAccessGroupInput
impl CreateVerifiedAccessGroupInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateVerifiedAccessGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateVerifiedAccessGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateVerifiedAccessGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateVerifiedAccessGroupInput
.
source§impl CreateVerifiedAccessGroupInput
impl CreateVerifiedAccessGroupInput
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 policy_document(&self) -> Option<&str>
pub fn policy_document(&self) -> Option<&str>
The Amazon Web Services Verified Access policy document.
sourcepub fn tag_specifications(&self) -> Option<&[TagSpecification]>
pub fn tag_specifications(&self) -> Option<&[TagSpecification]>
The tags to assign to the Amazon Web Services Verified Access group.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
Trait Implementations§
source§impl Clone for CreateVerifiedAccessGroupInput
impl Clone for CreateVerifiedAccessGroupInput
source§fn clone(&self) -> CreateVerifiedAccessGroupInput
fn clone(&self) -> CreateVerifiedAccessGroupInput
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 PartialEq<CreateVerifiedAccessGroupInput> for CreateVerifiedAccessGroupInput
impl PartialEq<CreateVerifiedAccessGroupInput> for CreateVerifiedAccessGroupInput
source§fn eq(&self, other: &CreateVerifiedAccessGroupInput) -> bool
fn eq(&self, other: &CreateVerifiedAccessGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.