Class: Aws::OSIS::Types::ServiceVpcEndpoint

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

Overview

A container for information about VPC endpoints that were created to other services

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_nameString

The name of the service for which a VPC endpoint was created.

Returns:

  • (String)


737
738
739
740
741
742
# File 'lib/aws-sdk-osis/types.rb', line 737

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

#vpc_endpoint_idString

The unique identifier of the VPC endpoint that was created.

Returns:

  • (String)


737
738
739
740
741
742
# File 'lib/aws-sdk-osis/types.rb', line 737

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