Class: Aws::RedshiftServerless::Types::DeleteEndpointAccessResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointTypes::EndpointAccess

The deleted VPC endpoint.



750
751
752
753
754
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 750

class DeleteEndpointAccessResponse < Struct.new(
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end