Struct rusoto_snowball::JobResource[][src]

pub struct JobResource {
    pub lambda_resources: Option<Vec<LambdaResource>>,
    pub s3_resources: Option<Vec<S3Resource>>,
}

Contains an array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

Fields

The Python-language Lambda functions for this job.

An array of S3Resource objects.

Trait Implementations

impl Default for JobResource
[src]

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

impl Debug for JobResource
[src]

Formats the value using the given formatter. Read more

impl Clone for JobResource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for JobResource
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for JobResource

impl Sync for JobResource