Struct aws_sdk_iam::operation::create_open_id_connect_provider::CreateOpenIdConnectProviderOutput
source · #[non_exhaustive]pub struct CreateOpenIdConnectProviderOutput {
pub open_id_connect_provider_arn: Option<String>,
pub tags: Option<Vec<Tag>>,
/* private fields */
}
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§
source§impl CreateOpenIdConnectProviderOutput
impl CreateOpenIdConnectProviderOutput
sourcepub fn open_id_connect_provider_arn(&self) -> Option<&str>
pub fn open_id_connect_provider_arn(&self) -> Option<&str>
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.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .tags.is_none()
.
source§impl CreateOpenIdConnectProviderOutput
impl CreateOpenIdConnectProviderOutput
sourcepub fn builder() -> CreateOpenIdConnectProviderOutputBuilder
pub fn builder() -> CreateOpenIdConnectProviderOutputBuilder
Creates a new builder-style object to manufacture CreateOpenIdConnectProviderOutput
.
Trait Implementations§
source§impl Clone for CreateOpenIdConnectProviderOutput
impl Clone for CreateOpenIdConnectProviderOutput
source§fn clone(&self) -> CreateOpenIdConnectProviderOutput
fn clone(&self) -> CreateOpenIdConnectProviderOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for CreateOpenIdConnectProviderOutput
impl PartialEq for CreateOpenIdConnectProviderOutput
source§fn eq(&self, other: &CreateOpenIdConnectProviderOutput) -> bool
fn eq(&self, other: &CreateOpenIdConnectProviderOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateOpenIdConnectProviderOutput
impl RequestId for CreateOpenIdConnectProviderOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.