Refresh

This website rubydoc.info/gems/aws-sdk-transfer/Aws/Transfer/Types/DeleteAgreementRequest is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Class: Aws::Transfer::Types::DeleteAgreementRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_idString

A unique identifier for the agreement. This identifier is returned when you create an agreement.

Returns:

  • (String)


1481
1482
1483
1484
1485
1486
# File 'lib/aws-sdk-transfer/types.rb', line 1481

class DeleteAgreementRequest < Struct.new(
  :agreement_id,
  :server_id)
  SENSITIVE = []
  include Aws::Structure
end

#server_idString

The server identifier associated with the agreement that you are deleting.

Returns:

  • (String)


1481
1482
1483
1484
1485
1486
# File 'lib/aws-sdk-transfer/types.rb', line 1481

class DeleteAgreementRequest < Struct.new(
  :agreement_id,
  :server_id)
  SENSITIVE = []
  include Aws::Structure
end