Struct aws_sdk_ssoadmin::model::InstanceMetadata
source · #[non_exhaustive]pub struct InstanceMetadata { /* private fields */ }
Expand description
Provides information about the IAM Identity Center instance.
Implementations§
source§impl InstanceMetadata
impl InstanceMetadata
sourcepub fn instance_arn(&self) -> Option<&str>
pub fn instance_arn(&self) -> Option<&str>
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
sourcepub fn identity_store_id(&self) -> Option<&str>
pub fn identity_store_id(&self) -> Option<&str>
The identifier of the identity store that is connected to the IAM Identity Center instance.
source§impl InstanceMetadata
impl InstanceMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstanceMetadata
.
Trait Implementations§
source§impl Clone for InstanceMetadata
impl Clone for InstanceMetadata
source§fn clone(&self) -> InstanceMetadata
fn clone(&self) -> InstanceMetadata
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 InstanceMetadata
impl Debug for InstanceMetadata
source§impl PartialEq<InstanceMetadata> for InstanceMetadata
impl PartialEq<InstanceMetadata> for InstanceMetadata
source§fn eq(&self, other: &InstanceMetadata) -> bool
fn eq(&self, other: &InstanceMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.