Struct aws_sdk_macie2::model::S3Object
source · [−]#[non_exhaustive]pub struct S3Object { /* private fields */ }
Expand description
Provides information about the S3 object that a finding applies to.
Implementations
sourceimpl S3Object
impl S3Object
sourcepub fn bucket_arn(&self) -> Option<&str>
pub fn bucket_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the bucket that contains the object.
sourcepub fn e_tag(&self) -> Option<&str>
pub fn e_tag(&self) -> Option<&str>
The entity tag (ETag) that identifies the affected version of the object. If the object was overwritten or changed after Amazon Macie produced the finding, this value might be different from the current ETag for the object.
sourcepub fn extension(&self) -> Option<&str>
pub fn extension(&self) -> Option<&str>
The file name extension of the object. If the object doesn't have a file name extension, this value is "".
sourcepub fn last_modified(&self) -> Option<&DateTime>
pub fn last_modified(&self) -> Option<&DateTime>
The date and time, in UTC and extended ISO 8601 format, when the object was last modified.
sourcepub fn public_access(&self) -> bool
pub fn public_access(&self) -> bool
Specifies whether the object is publicly accessible due to the combination of permissions settings that apply to the object.
sourcepub fn server_side_encryption(&self) -> Option<&ServerSideEncryption>
pub fn server_side_encryption(&self) -> Option<&ServerSideEncryption>
The type of server-side encryption that's used to encrypt the object.
sourcepub fn storage_class(&self) -> Option<&StorageClass>
pub fn storage_class(&self) -> Option<&StorageClass>
The storage class of the object.
The tags that are associated with the object.
sourcepub fn version_id(&self) -> Option<&str>
pub fn version_id(&self) -> Option<&str>
The identifier for the affected version of the object.