Class: Aws::Odb::Types::ServiceNetworkEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ServiceNetworkEndpoint
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
The configuration for a service network endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_endpoint_id ⇒ String
The identifier of the VPC endpoint.
-
#vpc_endpoint_type ⇒ String
The type of the VPC endpoint.
Instance Attribute Details
#vpc_endpoint_id ⇒ String
The identifier of the VPC endpoint.
4785 4786 4787 4788 4789 4790 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4785 class ServiceNetworkEndpoint < Struct.new( :vpc_endpoint_id, :vpc_endpoint_type) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_type ⇒ String
The type of the VPC endpoint.
Valid Values: Interface | Gateway
4785 4786 4787 4788 4789 4790 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4785 class ServiceNetworkEndpoint < Struct.new( :vpc_endpoint_id, :vpc_endpoint_type) SENSITIVE = [] include Aws::Structure end |