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)


2971
2972
2973
2974
2975
2976
# File 'lib/aws-sdk-workspaces/types.rb', line 2971

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)


2971
2972
2973
2974
2975
2976
# File 'lib/aws-sdk-workspaces/types.rb', line 2971

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