Class: Aws::DSQL::Types::GetVpcEndpointServiceNameInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::GetVpcEndpointServiceNameInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dsql/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The ID of the cluster to retrieve.
Instance Attribute Details
#identifier ⇒ String
The ID of the cluster to retrieve.
406 407 408 409 410 |
# File 'lib/aws-sdk-dsql/types.rb', line 406 class GetVpcEndpointServiceNameInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |