Class: Aws::DSQL::Types::GetVpcEndpointServiceNameOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::GetVpcEndpointServiceNameOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dsql/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_vpc_endpoint ⇒ String
The VPC connection endpoint for the cluster.
-
#service_name ⇒ String
The VPC endpoint service name.
Instance Attribute Details
#cluster_vpc_endpoint ⇒ String
The VPC connection endpoint for the cluster.
422 423 424 425 426 427 |
# File 'lib/aws-sdk-dsql/types.rb', line 422 class GetVpcEndpointServiceNameOutput < Struct.new( :service_name, :cluster_vpc_endpoint) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The VPC endpoint service name.
422 423 424 425 426 427 |
# File 'lib/aws-sdk-dsql/types.rb', line 422 class GetVpcEndpointServiceNameOutput < Struct.new( :service_name, :cluster_vpc_endpoint) SENSITIVE = [] include Aws::Structure end |