Class: Aws::Repostspace::Types::SendInvitesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:body, :title]

Instance Attribute Summary collapse

Instance Attribute Details

#accessor_idsArray<String>

The array of identifiers for the users and groups.

Returns:

  • (Array<String>)


398
399
400
401
402
403
404
405
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 398

class SendInvitesInput < Struct.new(
  :accessor_ids,
  :body,
  :space_id,
  :title)
  SENSITIVE = [:body, :title]
  include Aws::Structure
end

#bodyString

The body of the invite.

Returns:

  • (String)


398
399
400
401
402
403
404
405
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 398

class SendInvitesInput < Struct.new(
  :accessor_ids,
  :body,
  :space_id,
  :title)
  SENSITIVE = [:body, :title]
  include Aws::Structure
end

#space_idString

The ID of the private re:Post.

Returns:

  • (String)


398
399
400
401
402
403
404
405
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 398

class SendInvitesInput < Struct.new(
  :accessor_ids,
  :body,
  :space_id,
  :title)
  SENSITIVE = [:body, :title]
  include Aws::Structure
end

#titleString

The title of the invite.

Returns:

  • (String)


398
399
400
401
402
403
404
405
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 398

class SendInvitesInput < Struct.new(
  :accessor_ids,
  :body,
  :space_id,
  :title)
  SENSITIVE = [:body, :title]
  include Aws::Structure
end