Class: Aws::DatabaseMigrationService::Types::ModifyEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ModifyEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ Types::Endpoint
The modified endpoint.
Instance Attribute Details
#endpoint ⇒ Types::Endpoint
The modified endpoint.
7753 7754 7755 7756 7757 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7753 class ModifyEndpointResponse < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |