Class: Aws::SecurityHub::Types::AwsApiGatewayEndpointConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsApiGatewayEndpointConfiguration
- 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
-
#types ⇒ Array<String>
A list of endpoint types for the REST API.
Instance Attribute Details
#types ⇒ Array<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`.
1696 1697 1698 1699 1700 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1696 class AwsApiGatewayEndpointConfiguration < Struct.new( :types) SENSITIVE = [] include Aws::Structure end |