Method: Aws::SecurityHub::Types::AwsApiGatewayEndpointConfiguration#types

Defined in:
lib/aws-sdk-securityhub/types.rb

#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>)


1822
1823
1824
1825
1826
# File 'lib/aws-sdk-securityhub/types.rb', line 1822

class AwsApiGatewayEndpointConfiguration < Struct.new(
  :types)
  SENSITIVE = []
  include Aws::Structure
end