Class: Aws::OSIS::Types::ServiceVpcEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::ServiceVpcEndpoint
- 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
-
#service_name ⇒ String
The name of the service for which a VPC endpoint was created.
-
#vpc_endpoint_id ⇒ String
The unique identifier of the VPC endpoint that was created.
Instance Attribute Details
#service_name ⇒ String
The name of the service for which a VPC endpoint was created.
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_id ⇒ String
The unique identifier of the VPC endpoint that was created.
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 |