Class: Aws::DatabaseMigrationService::Types::ModifyEndpointResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointTypes::Endpoint

The modified endpoint.

Returns:



7337
7338
7339
7340
7341
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7337

class ModifyEndpointResponse < Struct.new(
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end