Class: Aws::RedshiftServerless::Types::GetEndpointAccessResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::GetEndpointAccessResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ Types::EndpointAccess
The returned VPC endpoint.
Instance Attribute Details
#endpoint ⇒ Types::EndpointAccess
The returned VPC endpoint.
1171 1172 1173 1174 1175 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1171 class GetEndpointAccessResponse < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |