Struct aws_sdk_ec2::model::VerifiedAccessTrustProvider
source · #[non_exhaustive]pub struct VerifiedAccessTrustProvider { /* private fields */ }
Expand description
Describes a Verified Access trust provider.
Implementations§
source§impl VerifiedAccessTrustProvider
impl VerifiedAccessTrustProvider
sourcepub fn verified_access_trust_provider_id(&self) -> Option<&str>
pub fn verified_access_trust_provider_id(&self) -> Option<&str>
The ID of the Amazon Web Services Verified Access trust provider.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description for the Amazon Web Services Verified Access trust provider.
sourcepub fn trust_provider_type(&self) -> Option<&TrustProviderType>
pub fn trust_provider_type(&self) -> Option<&TrustProviderType>
The type of Verified Access trust provider.
sourcepub fn user_trust_provider_type(&self) -> Option<&UserTrustProviderType>
pub fn user_trust_provider_type(&self) -> Option<&UserTrustProviderType>
The type of user-based trust provider.
sourcepub fn device_trust_provider_type(&self) -> Option<&DeviceTrustProviderType>
pub fn device_trust_provider_type(&self) -> Option<&DeviceTrustProviderType>
The type of device-based trust provider.
sourcepub fn oidc_options(&self) -> Option<&OidcOptions>
pub fn oidc_options(&self) -> Option<&OidcOptions>
The OpenID Connect details for an oidc
-type, user-identity based trust provider.
sourcepub fn device_options(&self) -> Option<&DeviceOptions>
pub fn device_options(&self) -> Option<&DeviceOptions>
The options for device-identity type trust provider.
sourcepub fn policy_reference_name(&self) -> Option<&str>
pub fn policy_reference_name(&self) -> Option<&str>
The identifier to be used when working with policy rules.
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 VerifiedAccessTrustProvider
impl VerifiedAccessTrustProvider
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VerifiedAccessTrustProvider
.
Trait Implementations§
source§impl Clone for VerifiedAccessTrustProvider
impl Clone for VerifiedAccessTrustProvider
source§fn clone(&self) -> VerifiedAccessTrustProvider
fn clone(&self) -> VerifiedAccessTrustProvider
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 VerifiedAccessTrustProvider
impl Debug for VerifiedAccessTrustProvider
source§impl PartialEq<VerifiedAccessTrustProvider> for VerifiedAccessTrustProvider
impl PartialEq<VerifiedAccessTrustProvider> for VerifiedAccessTrustProvider
source§fn eq(&self, other: &VerifiedAccessTrustProvider) -> bool
fn eq(&self, other: &VerifiedAccessTrustProvider) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.