Class: Aws::DatabaseMigrationService::Types::DeleteEndpointMessage

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

#endpoint_arnString

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

Returns:

  • (String)


2481
2482
2483
2484
2485
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2481

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