Class: Aws::Types::InviteMembersRequest

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])


1670
1671
1672
# File 'sig/types.rbs', line 1670

def 
  @account_ids
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


1669
1670
1671
# File 'sig/types.rbs', line 1669

def detector_id
  @detector_id
end

#disable_email_notificationBoolean

Returns the value of attribute disable_email_notification.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1672
1673
1674
# File 'sig/types.rbs', line 1672

def message
  @message
end