You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GameLift::Types::ResolveAliasInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ResolveAliasInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  alias_id: "AliasIdOrArn", # required
}

Represents the input for a request operation.

Instance Attribute Summary collapse

Instance Attribute Details

#alias_idString

The unique identifier of the alias that you want to retrieve a fleet ID for. You can use either the alias ID or ARN value.

Returns:

  • (String)

    The unique identifier of the alias that you want to retrieve a fleet ID for.