Class: Aws::RedshiftServerless::Types::UpdateEndpointAccessResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::UpdateEndpointAccessResponse
- 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 updated VPC endpoint.
Instance Attribute Details
#endpoint ⇒ Types::EndpointAccess
The updated VPC endpoint.
3131 3132 3133 3134 3135 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3131 class UpdateEndpointAccessResponse < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |