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

Class: Aws::APIGateway::Types::StageKey

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

Overview

Note:

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

{
  rest_api_id: "String",
  stage_name: "String",
}

A reference to a unique stage identified in the format `{restApiId}/{stage}`.

Instance Attribute Summary collapse

Instance Attribute Details

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)

    The string identifier of the associated RestApi.

#stage_nameString

The stage name associated with the stage key.

Returns:

  • (String)

    The stage name associated with the stage key.