Class: Aws::Types::CreateMembersRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:message])

Instance Attribute Summary collapse

Instance Attribute Details

#accounts::Array[Types::Account]

Returns the value of attribute accounts.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

def accounts
  @accounts
end

#disable_email_notificationBoolean

Returns the value of attribute disable_email_notification.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def graph_arn
  @graph_arn
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def message
  @message
end