You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie2::Types::S3Object
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::S3Object
- Defined in:
- (unknown)
Overview
Provides information about an S3 object that a finding applies to.
Returned by:
Instance Attribute Summary collapse
-
#bucket_arn ⇒ String
-
#e_tag ⇒ String
-
#extension ⇒ String
-
#key ⇒ String
-
#last_modified ⇒ Time
-
#path ⇒ String
-
#public_access ⇒ Boolean
-
#server_side_encryption ⇒ Types::ServerSideEncryption
Provides information about the server-side encryption settings for an S3 bucket or S3 object.
.
-
#size ⇒ Integer
-
#storage_class ⇒ String
The storage class of the S3 object.
-
#tags ⇒ Array<Types::KeyValuePair>
Provides information about the tags that are associated with an S3 bucket or object.
-
#version_id ⇒ String
Instance Attribute Details
#bucket_arn ⇒ String
#e_tag ⇒ String
#extension ⇒ String
#key ⇒ String
#last_modified ⇒ Time
#path ⇒ String
#public_access ⇒ Boolean
#server_side_encryption ⇒ Types::ServerSideEncryption
Provides information about the server-side encryption settings for an S3 bucket or S3 object.
#size ⇒ Integer
#storage_class ⇒ String
The storage class of the S3 object. Possible values are:
Possible values:
- STANDARD
- REDUCED_REDUNDANCY
- STANDARD_IA
- INTELLIGENT_TIERING
- DEEP_ARCHIVE
- ONEZONE_IA
- GLACIER
#tags ⇒ Array<Types::KeyValuePair>
Provides information about the tags that are associated with an S3 bucket or object. Each tag consists of a required tag key and an associated tag value.