Class: Aws::DatabaseMigrationService::Types::DeleteEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteEndpointResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/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.
1582 1583 1584 1585 1586 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 1582 class DeleteEndpointResponse < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |