Class: Aws::WorkSpaces::Types::AccountLink

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

Overview

Information about about the account link.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

The identifier of the account link.

Returns:

  • (String)


76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 76

class AccountLink < Struct.new(
  :account_link_id,
  :account_link_status,
  :source_account_id,
  :target_account_id)
  SENSITIVE = []
  include Aws::Structure
end

The status of the account link.

Returns:

  • (String)


76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 76

class AccountLink < Struct.new(
  :account_link_id,
  :account_link_status,
  :source_account_id,
  :target_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_account_idString

The identifier of the source account.

Returns:

  • (String)


76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 76

class AccountLink < Struct.new(
  :account_link_id,
  :account_link_status,
  :source_account_id,
  :target_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#target_account_idString

The identifier of the target account.

Returns:

  • (String)


76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 76

class AccountLink < Struct.new(
  :account_link_id,
  :account_link_status,
  :source_account_id,
  :target_account_id)
  SENSITIVE = []
  include Aws::Structure
end