Class: Aws::Types::SendInvitesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:title, :body])

Instance Attribute Summary collapse

Instance Attribute Details

#accessor_ids::Array[::String]

Returns the value of attribute accessor_ids.

Returns:

  • (::Array[::String])


244
245
246
# File 'sig/types.rbs', line 244

def accessor_ids
  @accessor_ids
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def body
  @body
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def space_id
  @space_id
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def title
  @title
end