[−][src]Struct rusoto_gamelift::UpdateGameSessionInput
Represents the input for a request action.
Fields
game_session_id: String
Unique identifier for the game session to update.
maximum_player_session_count: Option<i64>
Maximum number of players that can be connected simultaneously to the game session.
name: Option<String>
Descriptive label that is associated with a game session. Session names do not need to be unique.
player_session_creation_policy: Option<String>
Policy determining whether or not the game session accepts new players.
protection_policy: Option<String>
Game session protection policy to apply to this game session only.
-
NoProtection -- The game session can be terminated during a scale-down event.
-
FullProtection -- If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event.
Trait Implementations
impl PartialEq<UpdateGameSessionInput> for UpdateGameSessionInput
[src]
fn eq(&self, other: &UpdateGameSessionInput) -> bool
[src]
fn ne(&self, other: &UpdateGameSessionInput) -> bool
[src]
impl Default for UpdateGameSessionInput
[src]
fn default() -> UpdateGameSessionInput
[src]
impl Clone for UpdateGameSessionInput
[src]
fn clone(&self) -> UpdateGameSessionInput
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for UpdateGameSessionInput
[src]
impl Serialize for UpdateGameSessionInput
[src]
Auto Trait Implementations
impl Send for UpdateGameSessionInput
impl Sync for UpdateGameSessionInput
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self