Class: Aws::RedshiftServerless::Types::DeleteEndpointAccessResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::DeleteEndpointAccessResponse
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ Types::EndpointAccess
The deleted VPC endpoint.
Instance Attribute Details
#endpoint ⇒ Types::EndpointAccess
The deleted VPC endpoint.
764 765 766 767 768 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 764 class DeleteEndpointAccessResponse < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |