Class: Aws::Types::InviteAccountToOrganizationRequest
- Inherits:
-
Object
- Object
- Aws::Types::InviteAccountToOrganizationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target ⇒ Types::HandshakeParty
Returns the value of attribute target.
Instance Attribute Details
#notes ⇒ ::String
Returns the value of attribute notes.
508 509 510 |
# File 'sig/types.rbs', line 508 def notes @notes end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
509 510 511 |
# File 'sig/types.rbs', line 509 def @tags end |
#target ⇒ Types::HandshakeParty
Returns the value of attribute target.
507 508 509 |
# File 'sig/types.rbs', line 507 def target @target end |