Struct aws_sdk_s3control::operation::create_access_grants_instance::CreateAccessGrantsInstanceOutput
source · #[non_exhaustive]pub struct CreateAccessGrantsInstanceOutput {
pub created_at: Option<DateTime>,
pub access_grants_instance_id: Option<String>,
pub access_grants_instance_arn: Option<String>,
pub identity_center_arn: Option<String>,
/* private fields */
}
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.created_at: Option<DateTime>
The date and time when you created the S3 Access Grants instance.
access_grants_instance_id: Option<String>
The ID of the S3 Access Grants instance. The ID is default
. You can have one S3 Access Grants instance per Region per account.
access_grants_instance_arn: Option<String>
The Amazon Resource Name (ARN) of the S3 Access Grants instance.
identity_center_arn: Option<String>
If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance passed in the request. S3 Access Grants creates this Identity Center application for this specific S3 Access Grants instance.
Implementations§
source§impl CreateAccessGrantsInstanceOutput
impl CreateAccessGrantsInstanceOutput
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The date and time when you created the S3 Access Grants instance.
sourcepub fn access_grants_instance_id(&self) -> Option<&str>
pub fn access_grants_instance_id(&self) -> Option<&str>
The ID of the S3 Access Grants instance. The ID is default
. You can have one S3 Access Grants instance per Region per account.
sourcepub fn access_grants_instance_arn(&self) -> Option<&str>
pub fn access_grants_instance_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the S3 Access Grants instance.
sourcepub fn identity_center_arn(&self) -> Option<&str>
pub fn identity_center_arn(&self) -> Option<&str>
If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance passed in the request. S3 Access Grants creates this Identity Center application for this specific S3 Access Grants instance.
source§impl CreateAccessGrantsInstanceOutput
impl CreateAccessGrantsInstanceOutput
sourcepub fn builder() -> CreateAccessGrantsInstanceOutputBuilder
pub fn builder() -> CreateAccessGrantsInstanceOutputBuilder
Creates a new builder-style object to manufacture CreateAccessGrantsInstanceOutput
.
Trait Implementations§
source§impl Clone for CreateAccessGrantsInstanceOutput
impl Clone for CreateAccessGrantsInstanceOutput
source§fn clone(&self) -> CreateAccessGrantsInstanceOutput
fn clone(&self) -> CreateAccessGrantsInstanceOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for CreateAccessGrantsInstanceOutput
impl PartialEq for CreateAccessGrantsInstanceOutput
source§fn eq(&self, other: &CreateAccessGrantsInstanceOutput) -> bool
fn eq(&self, other: &CreateAccessGrantsInstanceOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateAccessGrantsInstanceOutput
impl RequestId for CreateAccessGrantsInstanceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.