Class: Aws::Types::AccountLink

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute account_link_id.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def 
  @account_link_id
end

Returns the value of attribute account_link_status.

Returns:

  • ("LINKED", "LINKING_FAILED", "LINK_NOT_FOUND", "PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT", "REJECTED")


41
42
43
# File 'sig/types.rbs', line 41

def 
  @account_link_status
end

#source_account_id::String

Returns the value of attribute source_account_id.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def 
  @source_account_id
end

#target_account_id::String

Returns the value of attribute target_account_id.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def 
  @target_account_id
end