Class: Aws::Repostspace::Types::SendInvitesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::SendInvitesInput
- Defined in:
- gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:title, :body]
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.
806 807 808 809 810 811 812 813 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 806 class SendInvitesInput < Struct.new( :space_id, :accessor_ids, :title, :body) SENSITIVE = [:title, :body] include Aws::Structure end |
#body ⇒ String
The body of the invite.
806 807 808 809 810 811 812 813 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 806 class SendInvitesInput < Struct.new( :space_id, :accessor_ids, :title, :body) SENSITIVE = [:title, :body] include Aws::Structure end |
#space_id ⇒ String
The ID of the private re:Post.
806 807 808 809 810 811 812 813 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 806 class SendInvitesInput < Struct.new( :space_id, :accessor_ids, :title, :body) SENSITIVE = [:title, :body] include Aws::Structure end |
#title ⇒ String
The title of the invite.
806 807 808 809 810 811 812 813 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 806 class SendInvitesInput < Struct.new( :space_id, :accessor_ids, :title, :body) SENSITIVE = [:title, :body] include Aws::Structure end |