Class: Aws::WorkSpaces::Types::GetAccountLinkRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

The identifier of the account to link.

Returns:

  • (String)


2512
2513
2514
2515
2516
2517
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2512

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

#linked_account_idString

The identifier of the account link

Returns:

  • (String)


2512
2513
2514
2515
2516
2517
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2512

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