Struct aws_sdk_iam::output::CreateOpenIdConnectProviderOutput [−][src]
#[non_exhaustive]pub struct CreateOpenIdConnectProviderOutput {
pub open_id_connect_provider_arn: Option<String>,
pub tags: Option<Vec<Tag>>,
}
Expand description
Contains the response to a successful CreateOpenIDConnectProvider request.
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.open_id_connect_provider_arn: Option<String>
The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created. For more information, see OpenIDConnectProviderListEntry.
A list of tags that are attached to the new IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
Implementations
The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created. For more information, see OpenIDConnectProviderListEntry.
A list of tags that are attached to the new IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
Creates a new builder-style object to manufacture CreateOpenIdConnectProviderOutput
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 CreateOpenIdConnectProviderOutput
impl Sync for CreateOpenIdConnectProviderOutput
impl Unpin for CreateOpenIdConnectProviderOutput
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