Class: Aws::Types::CreateMembersRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMembersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accounts ⇒ ::Array[Types::Account]
Returns the value of attribute accounts.
-
#disable_email_notification ⇒ Boolean
Returns the value of attribute disable_email_notification.
-
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#accounts ⇒ ::Array[Types::Account]
Returns the value of attribute accounts.
80 81 82 |
# File 'sig/types.rbs', line 80 def accounts @accounts end |
#disable_email_notification ⇒ Boolean
Returns the value of attribute disable_email_notification.
79 80 81 |
# File 'sig/types.rbs', line 79 def disable_email_notification @disable_email_notification end |
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
77 78 79 |
# File 'sig/types.rbs', line 77 def graph_arn @graph_arn end |
#message ⇒ ::String
Returns the value of attribute message.
78 79 80 |
# File 'sig/types.rbs', line 78 def @message end |