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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


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

#bodyString

The body of the invite.

Returns:

  • (String)


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_idString

The ID of the private re:Post.

Returns:

  • (String)


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

#titleString

The title of the invite.

Returns:

  • (String)


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