Class: Aws::RedshiftServerless::Types::CreateEndpointAccessResponse

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



233
234
235
236
237
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 233

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