Class: Aws::Types::CreateInvitationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInvitationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#disable_email_notification ⇒ Boolean
Returns the value of attribute disable_email_notification.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
397 398 399 |
# File 'sig/types.rbs', line 397 def account_ids @account_ids end |
#disable_email_notification ⇒ Boolean
Returns the value of attribute disable_email_notification.
398 399 400 |
# File 'sig/types.rbs', line 398 def disable_email_notification @disable_email_notification end |
#message ⇒ ::String
Returns the value of attribute message.
399 400 401 |
# File 'sig/types.rbs', line 399 def @message end |