Class: Aws::RedshiftServerless::Types::CreateEndpointAccessResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::CreateEndpointAccessResponse
- Defined in:
- gems/aws-sdk-redshiftserverless/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 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 239 class CreateEndpointAccessResponse < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |