Class: Aws::RedshiftServerless::Types::CreateEndpointAccessResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::CreateEndpointAccessResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ Types::EndpointAccess
The created VPC endpoint.
Instance Attribute Details
#endpoint ⇒ Types::EndpointAccess
The created VPC endpoint.
239 240 241 242 243 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 239 class CreateEndpointAccessResponse < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |