Class: Aws::Repostspace::Types::BatchAddRoleInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accessor_idsArray<String>

The user or group accessor identifiers to add the role to.

Returns:

  • (Array<String>)


40
41
42
43
44
45
46
# File 'lib/aws-sdk-repostspace/types.rb', line 40

class BatchAddRoleInput < Struct.new(
  :accessor_ids,
  :role,
  :space_id)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The role to add to the users or groups.

Returns:

  • (String)


40
41
42
43
44
45
46
# File 'lib/aws-sdk-repostspace/types.rb', line 40

class BatchAddRoleInput < Struct.new(
  :accessor_ids,
  :role,
  :space_id)
  SENSITIVE = []
  include Aws::Structure
end

#space_idString

The unique ID of the private re:Post.

Returns:

  • (String)


40
41
42
43
44
45
46
# File 'lib/aws-sdk-repostspace/types.rb', line 40

class BatchAddRoleInput < Struct.new(
  :accessor_ids,
  :role,
  :space_id)
  SENSITIVE = []
  include Aws::Structure
end