Class: Aws::WorkSpaces::Types::DeleteAccountLinkInvitationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.

Returns:

  • (String)


1465
1466
1467
1468
1469
1470
# File 'lib/aws-sdk-workspaces/types.rb', line 1465

class DeleteAccountLinkInvitationRequest < Struct.new(
  :link_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

The identifier of the account link.

Returns:

  • (String)


1465
1466
1467
1468
1469
1470
# File 'lib/aws-sdk-workspaces/types.rb', line 1465

class DeleteAccountLinkInvitationRequest < Struct.new(
  :link_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end