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

Class: Aws::ApiGatewayV2::Types::GetApiResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#api_endpointString

Returns:

  • (String)

#api_gateway_managedBoolean

Returns:

  • (Boolean)

#api_idString

The identifier.

Returns:

  • (String)

    The identifier.

    .

#api_key_selection_expressionString

An expression used to extract information at runtime. See Selection Expressions for more information.

Returns:

  • (String)

    An expression used to extract information at runtime.

#cors_configurationTypes::Cors

Represents a CORS configuration. Supported only for HTTP APIs. See Configuring CORS for more information.

Returns:

#created_dateTime

Returns:

  • (Time)

#descriptionString

A string with a length between [0-1024].

Returns:

  • (String)

    A string with a length between [0-1024].

    .

#disable_execute_api_endpointBoolean

Returns:

  • (Boolean)

#disable_schema_validationBoolean

Returns:

  • (Boolean)

#import_infoArray<String>

Returns:

  • (Array<String>)

#nameString

A string with a length between [1-128].

Returns:

  • (String)

    A string with a length between [1-128].

    .

#protocol_typeString

Represents a protocol type.

Possible values:

  • WEBSOCKET
  • HTTP

Returns:

  • (String)

    Represents a protocol type.

#route_selection_expressionString

An expression used to extract information at runtime. See Selection Expressions for more information.

Returns:

  • (String)

    An expression used to extract information at runtime.

#tagsHash<String,String>

Represents a collection of tags associated with the resource.

Returns:

  • (Hash<String,String>)

    Represents a collection of tags associated with the resource.

    .

#versionString

A string with a length between [1-64].

Returns:

  • (String)

    A string with a length between [1-64].

    .

#warningsArray<String>

Returns:

  • (Array<String>)