Class: Aws::Types::CreateInvitationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_ids::Array[::String]

Returns the value of attribute account_ids.

Returns:

  • (::Array[::String])


397
398
399
# File 'sig/types.rbs', line 397

def 
  @account_ids
end

#disable_email_notificationBoolean

Returns the value of attribute disable_email_notification.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def message
  @message
end