Struct rusoto_iot::S3Action [] [src]

pub struct S3Action {
    pub bucket_name: BucketName,
    pub canned_acl: Option<CannedAccessControlList>,
    pub key: Key,
    pub role_arn: AwsArn,
}

Describes an action to write data to an Amazon S3 bucket.

Fields

The Amazon S3 bucket.

The Amazon S3 canned ACL that controls access to the object identified by the object key. For more information, see S3 canned ACLs.

The object key.

The ARN of the IAM role that grants access.

Trait Implementations

impl Default for S3Action
[src]

Returns the "default value" for a type. Read more

impl Debug for S3Action
[src]

Formats the value using the given formatter.

impl Clone for S3Action
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more