Class: Aws::Repostspace::Types::BatchRemoveRoleInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-repostspace/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 remove the role from.

Returns:

  • (Array<String>)


191
192
193
194
195
196
197
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 191

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

#roleString

The role to remove from the users or groups.

Returns:

  • (String)


191
192
193
194
195
196
197
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 191

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

#space_idString

The unique ID of the private re:Post.

Returns:

  • (String)


191
192
193
194
195
196
197
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 191

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