Struct aws_sdk_iam::model::OpenIdConnectProviderListEntry [−][src]
Expand description
Contains the Amazon Resource Name (ARN) for an IAM OpenID Connect provider.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.arn: Option<String>
The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.
For more information about ARNs, go to Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
Implementations
The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.
For more information about ARNs, go to Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
Creates a new builder-style object to manufacture OpenIdConnectProviderListEntry
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for OpenIdConnectProviderListEntry
impl Sync for OpenIdConnectProviderListEntry
impl Unpin for OpenIdConnectProviderListEntry
impl UnwindSafe for OpenIdConnectProviderListEntry
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more