Class: Aws::Repostspace::Types::SendInvitesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::SendInvitesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-repostspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:body, :title]
Instance Attribute Summary collapse
-
#accessor_ids ⇒ Array<String>
The array of identifiers for the users and groups.
-
#body ⇒ String
The body of the invite.
-
#space_id ⇒ String
The ID of the private re:Post.
-
#title ⇒ String
The title of the invite.
Instance Attribute Details
#accessor_ids ⇒ Array<String>
The array of identifiers for the users and groups.
505 506 507 508 509 510 511 512 |
# File 'lib/aws-sdk-repostspace/types.rb', line 505 class SendInvitesInput < Struct.new( :accessor_ids, :body, :space_id, :title) SENSITIVE = [:body, :title] include Aws::Structure end |
#body ⇒ String
The body of the invite.
505 506 507 508 509 510 511 512 |
# File 'lib/aws-sdk-repostspace/types.rb', line 505 class SendInvitesInput < Struct.new( :accessor_ids, :body, :space_id, :title) SENSITIVE = [:body, :title] include Aws::Structure end |
#space_id ⇒ String
The ID of the private re:Post.
505 506 507 508 509 510 511 512 |
# File 'lib/aws-sdk-repostspace/types.rb', line 505 class SendInvitesInput < Struct.new( :accessor_ids, :body, :space_id, :title) SENSITIVE = [:body, :title] include Aws::Structure end |
#title ⇒ String
The title of the invite.
505 506 507 508 509 510 511 512 |
# File 'lib/aws-sdk-repostspace/types.rb', line 505 class SendInvitesInput < Struct.new( :accessor_ids, :body, :space_id, :title) SENSITIVE = [:body, :title] include Aws::Structure end |