Class: Aws::RedshiftServerless::Types::GetEndpointAccessResponse

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



736
737
738
739
740
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 736

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