Struct aws_sdk_backupgateway::input::CreateGatewayInput
source · [−]#[non_exhaustive]pub struct CreateGatewayInput {
pub activation_key: Option<String>,
pub gateway_display_name: Option<String>,
pub gateway_type: Option<GatewayType>,
pub tags: Option<Vec<Tag>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.activation_key: Option<String>The activation key of the created gateway.
gateway_display_name: Option<String>The display name of the created gateway.
gateway_type: Option<GatewayType>The type of created gateway.
A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateGateway, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateGateway, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateGateway>
Creates a new builder-style object to manufacture CreateGatewayInput
The activation key of the created gateway.
The display name of the created gateway.
The type of created gateway.
A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.
Trait Implementations
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 RefUnwindSafe for CreateGatewayInput
impl Send for CreateGatewayInput
impl Sync for CreateGatewayInput
impl Unpin for CreateGatewayInput
impl UnwindSafe for CreateGatewayInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more