Class: Aws::RedshiftServerless::Types::UpdateEndpointAccessResponse

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 updated VPC endpoint.



3729
3730
3731
3732
3733
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 3729

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