Struct cfn::aws::gamelift::alias::RoutingStrategy [] [src]

pub struct RoutingStrategy {
    pub fleet_id: Option<Value<String>>,
    pub message: Option<Value<String>>,
    pub type_: Value<String>,
}

Fields

Property FleetId.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Message.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Type.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for RoutingStrategy
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for RoutingStrategy
[src]

[src]

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

Auto Trait Implementations