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

Class: Aws::SecurityHub::Types::AwsApiGatewayEndpointConfiguration

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

Overview

Note:

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

{
  types: ["NonEmptyString"],
}

Contains information about the endpoints for the API.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#typesArray<String>

A list of endpoint types for the REST API.

For an edge-optimized API, the endpoint type is EDGE. For a Regional API, the endpoint type is REGIONAL. For a private API, the endpoint type is PRIVATE.

Returns:

  • (Array<String>)

    A list of endpoint types for the REST API.