[][src]Struct rusoto_appsync::UpdateDataSourceRequest

pub struct UpdateDataSourceRequest {
    pub api_id: String,
    pub description: Option<String>,
    pub dynamodb_config: Option<DynamodbDataSourceConfig>,
    pub elasticsearch_config: Option<ElasticsearchDataSourceConfig>,
    pub http_config: Option<HttpDataSourceConfig>,
    pub lambda_config: Option<LambdaDataSourceConfig>,
    pub name: String,
    pub service_role_arn: Option<String>,
    pub type_: String,
}

Fields

The API ID.

The new description for the data source.

The new DynamoDB configuration.

The new Elasticsearch configuration.

The new http endpoint configuration

The new Lambda configuration.

The new name for the data source.

The new service role ARN for the data source.

The new data source type.

Trait Implementations

impl Clone for UpdateDataSourceRequest
[src]

Performs copy-assignment from source. Read more

impl Default for UpdateDataSourceRequest
[src]

impl PartialEq<UpdateDataSourceRequest> for UpdateDataSourceRequest
[src]

impl Debug for UpdateDataSourceRequest
[src]

impl Serialize for UpdateDataSourceRequest
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T