Struct aws_sdk_iot::model::S3Action
source · #[non_exhaustive]pub struct S3Action { /* private fields */ }
Expand description
Describes an action to write data to an Amazon S3 bucket.
Implementations§
source§impl S3Action
impl S3Action
sourcepub fn bucket_name(&self) -> Option<&str>
pub fn bucket_name(&self) -> Option<&str>
The Amazon S3 bucket.
sourcepub fn key(&self) -> Option<&str>
pub fn key(&self) -> Option<&str>
The object key. For more information, see Actions, resources, and condition keys for Amazon S3.
sourcepub fn canned_acl(&self) -> Option<&CannedAccessControlList>
pub fn canned_acl(&self) -> Option<&CannedAccessControlList>
The Amazon S3 canned ACL that controls access to the object identified by the object key. For more information, see S3 canned ACLs.