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

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

The identifier of the account to link.

Returns:

  • (String)


2845
2846
2847
2848
2849
2850
# File 'lib/aws-sdk-workspaces/types.rb', line 2845

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)


2845
2846
2847
2848
2849
2850
# File 'lib/aws-sdk-workspaces/types.rb', line 2845

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