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

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


637
638
639
640
641
642
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 637

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

#vpc_endpoint_idString

The ID of the VPC endpoint that was created.

Returns:

  • (String)


637
638
639
640
641
642
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 637

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