Class: Aws::Types::SendInvitesInput
- Inherits:
-
Object
- Object
- Aws::Types::SendInvitesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accessor_ids ⇒ ::Array[::String]
Returns the value of attribute accessor_ids.
-
#body ⇒ ::String
Returns the value of attribute body.
-
#space_id ⇒ ::String
Returns the value of attribute space_id.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#accessor_ids ⇒ ::Array[::String]
Returns the value of attribute accessor_ids.
244 245 246 |
# File 'sig/types.rbs', line 244 def accessor_ids @accessor_ids end |
#body ⇒ ::String
Returns the value of attribute body.
246 247 248 |
# File 'sig/types.rbs', line 246 def body @body end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
243 244 245 |
# File 'sig/types.rbs', line 243 def space_id @space_id end |
#title ⇒ ::String
Returns the value of attribute title.
245 246 247 |
# File 'sig/types.rbs', line 245 def title @title end |