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.



2417
2418
2419
2420
2421
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2417

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