#[non_exhaustive]
pub enum GameServerGroupInstanceType {
Show 89 variants C42xlarge, C44xlarge, C48xlarge, C4Large, C4Xlarge, C512xlarge, C518xlarge, C524xlarge, C52xlarge, C54xlarge, C59xlarge, C5Large, C5Xlarge, C5a12xlarge, C5a16xlarge, C5a24xlarge, C5a2xlarge, C5a4xlarge, C5a8xlarge, C5aLarge, C5aXlarge, C6g12xlarge, C6g16xlarge, C6g2xlarge, C6g4xlarge, C6g8xlarge, C6gLarge, C6gMedium, C6gXlarge, M410xlarge, M42xlarge, M44xlarge, M4Large, M4Xlarge, M512xlarge, M516xlarge, M524xlarge, M52xlarge, M54xlarge, M58xlarge, M5Large, M5Xlarge, M5a12xlarge, M5a16xlarge, M5a24xlarge, M5a2xlarge, M5a4xlarge, M5a8xlarge, M5aLarge, M5aXlarge, M6g12xlarge, M6g16xlarge, M6g2xlarge, M6g4xlarge, M6g8xlarge, M6gLarge, M6gMedium, M6gXlarge, R416xlarge, R42xlarge, R44xlarge, R48xlarge, R4Large, R4Xlarge, R512xlarge, R516xlarge, R524xlarge, R52xlarge, R54xlarge, R58xlarge, R5Large, R5Xlarge, R5a12xlarge, R5a16xlarge, R5a24xlarge, R5a2xlarge, R5a4xlarge, R5a8xlarge, R5aLarge, R5aXlarge, R6g12xlarge, R6g16xlarge, R6g2xlarge, R6g4xlarge, R6g8xlarge, R6gLarge, R6gMedium, R6gXlarge, Unknown(String),
}

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.

C42xlarge

C44xlarge

C48xlarge

C4Large

C4Xlarge

C512xlarge

C518xlarge

C524xlarge

C52xlarge

C54xlarge

C59xlarge

C5Large

C5Xlarge

C5a12xlarge

C5a16xlarge

C5a24xlarge

C5a2xlarge

C5a4xlarge

C5a8xlarge

C5aLarge

C5aXlarge

C6g12xlarge

C6g16xlarge

C6g2xlarge

C6g4xlarge

C6g8xlarge

C6gLarge

C6gMedium

C6gXlarge

M410xlarge

M42xlarge

M44xlarge

M4Large

M4Xlarge

M512xlarge

M516xlarge

M524xlarge

M52xlarge

M54xlarge

M58xlarge

M5Large

M5Xlarge

M5a12xlarge

M5a16xlarge

M5a24xlarge

M5a2xlarge

M5a4xlarge

M5a8xlarge

M5aLarge

M5aXlarge

M6g12xlarge

M6g16xlarge

M6g2xlarge

M6g4xlarge

M6g8xlarge

M6gLarge

M6gMedium

M6gXlarge

R416xlarge

R42xlarge

R44xlarge

R48xlarge

R4Large

R4Xlarge

R512xlarge

R516xlarge

R524xlarge

R52xlarge

R54xlarge

R58xlarge

R5Large

R5Xlarge

R5a12xlarge

R5a16xlarge

R5a24xlarge

R5a2xlarge

R5a4xlarge

R5a8xlarge

R5aLarge

R5aXlarge

R6g12xlarge

R6g16xlarge

R6g2xlarge

R6g4xlarge

R6g8xlarge

R6gLarge

R6gMedium

R6gXlarge

Unknown(String)

Unknown contains new variants that have been added since this code was generated.

Implementations

Returns the &str value of the enum member.

Returns all the &str values of the enum members.

Trait Implementations

Converts this type into a shared reference of the (usually inferred) input type.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Compare self to key and return true if they are equal.

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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