Class: Aws::Types::ProposalActions
- Inherits:
-
Object
- Object
- Aws::Types::ProposalActions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invitations ⇒ ::Array[Types::InviteAction]
Returns the value of attribute invitations.
-
#removals ⇒ ::Array[Types::RemoveAction]
Returns the value of attribute removals.
Instance Attribute Details
#invitations ⇒ ::Array[Types::InviteAction]
Returns the value of attribute invitations.
554 555 556 |
# File 'sig/types.rbs', line 554 def invitations @invitations end |
#removals ⇒ ::Array[Types::RemoveAction]
Returns the value of attribute removals.
555 556 557 |
# File 'sig/types.rbs', line 555 def removals @removals end |