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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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>)


1692
1693
1694
1695
1696
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1692

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