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

Class: Aws::GameLift::Types::DescribeAliasInput

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

Overview

Note:

When passing DescribeAliasInput 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 for the fleet alias that you want to retrieve. You can use either the alias ID or ARN value.

Returns:

  • (String)

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