Class: Aws::Redshift::Types::DeleteEndpointAccessMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteEndpointAccessMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_name ⇒ String
The Redshift-managed VPC endpoint to delete.
Instance Attribute Details
#endpoint_name ⇒ String
The Redshift-managed VPC endpoint to delete.
3705 3706 3707 3708 3709 |
# File 'lib/aws-sdk-redshift/types.rb', line 3705 class DeleteEndpointAccessMessage < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end |