Class: Aws::Odb::Types::ServiceNetworkEndpoint

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

Overview

The configuration for a service network endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_endpoint_idString

The identifier of the VPC endpoint.

Returns:

  • (String)


5127
5128
5129
5130
5131
5132
# File 'lib/aws-sdk-odb/types.rb', line 5127

class ServiceNetworkEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_type)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_typeString

The type of the VPC endpoint.

Returns:

  • (String)


5127
5128
5129
5130
5131
5132
# File 'lib/aws-sdk-odb/types.rb', line 5127

class ServiceNetworkEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_type)
  SENSITIVE = []
  include Aws::Structure
end