class Aws::APIGateway::Types::GetApiKeyRequest

A request to get information about the current ApiKey resource.

@note When making an API call, you may pass GetApiKeyRequest

data as a hash:

    {
      api_key: "String", # required
      include_value: false,
    }

@!attribute [rw] api_key

\[Required\] The identifier of the ApiKey resource.
@return [String]

@!attribute [rw] include_value

A boolean flag to specify whether (`true`) or not (`false`) the
result contains the key value.
@return [Boolean]

Constants

SENSITIVE