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.
3649 3650 3651 3652 3653 |
# File 'lib/aws-sdk-redshift/types.rb', line 3649 class DeleteEndpointAccessMessage < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end |