Class: Aws::Types::InviteAccountToOrganizationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:notes])

Instance Attribute Summary collapse

Instance Attribute Details

#notes::String

Returns the value of attribute notes.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def notes
  @notes
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



509
510
511
# File 'sig/types.rbs', line 509

def tags
  @tags
end

#targetTypes::HandshakeParty

Returns the value of attribute target.



507
508
509
# File 'sig/types.rbs', line 507

def target
  @target
end