[][src]Struct rusoto_storagegateway::UpdateGatewayInformationInput

pub struct UpdateGatewayInformationInput {
    pub cloud_watch_log_group_arn: Option<String>,
    pub gateway_arn: String,
    pub gateway_name: Option<String>,
    pub gateway_timezone: Option<String>,
}

Fields

cloud_watch_log_group_arn: Option<String>

The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events in the gateway.

For more information, see What is Amazon CloudWatch Logs?

gateway_arn: Stringgateway_name: Option<String>gateway_timezone: Option<String>

A value that indicates the time zone of the gateway.

Trait Implementations

impl Clone for UpdateGatewayInformationInput[src]

impl Debug for UpdateGatewayInformationInput[src]

impl Default for UpdateGatewayInformationInput[src]

impl PartialEq<UpdateGatewayInformationInput> for UpdateGatewayInformationInput[src]

impl Serialize for UpdateGatewayInformationInput[src]

impl StructuralPartialEq for UpdateGatewayInformationInput[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.