Class: Aws::DatabaseMigrationService::Types::DeleteEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ Types::Endpoint
The endpoint that was deleted.
Instance Attribute Details
#endpoint ⇒ Types::Endpoint
The endpoint that was deleted.
2493 2494 2495 2496 2497 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2493 class DeleteEndpointResponse < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |