Struct aws_sdk_s3control::operation::associate_access_grants_identity_center::AssociateAccessGrantsIdentityCenterInput
source · #[non_exhaustive]pub struct AssociateAccessGrantsIdentityCenterInput {
pub account_id: Option<String>,
pub identity_center_arn: Option<String>,
}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.account_id: Option<String>The ID of the Amazon Web Services account that is making this request.
identity_center_arn: Option<String>The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance. An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center. You can use the ListInstances API operation to retrieve a list of your Identity Center instances and their ARNs.
Implementations§
source§impl AssociateAccessGrantsIdentityCenterInput
impl AssociateAccessGrantsIdentityCenterInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The ID of the Amazon Web Services account that is making this request.
sourcepub fn identity_center_arn(&self) -> Option<&str>
pub fn identity_center_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance. An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center. You can use the ListInstances API operation to retrieve a list of your Identity Center instances and their ARNs.
source§impl AssociateAccessGrantsIdentityCenterInput
impl AssociateAccessGrantsIdentityCenterInput
sourcepub fn builder() -> AssociateAccessGrantsIdentityCenterInputBuilder
pub fn builder() -> AssociateAccessGrantsIdentityCenterInputBuilder
Creates a new builder-style object to manufacture AssociateAccessGrantsIdentityCenterInput.
Trait Implementations§
source§impl Clone for AssociateAccessGrantsIdentityCenterInput
impl Clone for AssociateAccessGrantsIdentityCenterInput
source§fn clone(&self) -> AssociateAccessGrantsIdentityCenterInput
fn clone(&self) -> AssociateAccessGrantsIdentityCenterInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for AssociateAccessGrantsIdentityCenterInput
impl PartialEq for AssociateAccessGrantsIdentityCenterInput
source§fn eq(&self, other: &AssociateAccessGrantsIdentityCenterInput) -> bool
fn eq(&self, other: &AssociateAccessGrantsIdentityCenterInput) -> bool
self and other values to be equal, and is used
by ==.