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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Contains information about the endpoints for the API.

Constant Summary collapse

SENSITIVE =
[]

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


1702
1703
1704
1705
1706
# File 'lib/aws-sdk-securityhub/types.rb', line 1702

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