Class: Aws::Types::InviteMembersRequest
- Inherits:
-
Object
- Object
- Aws::Types::InviteMembersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#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.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def account_ids @account_ids end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def detector_id @detector_id end |
#disable_email_notification ⇒ Boolean
Returns the value of attribute disable_email_notification.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def disable_email_notification @disable_email_notification end |
#message ⇒ ::String
Returns the value of attribute message.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def @message end |