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

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 remove the role from.

Returns:

  • (Array<String>)


103
104
105
106
107
108
109
# File 'lib/aws-sdk-repostspace/types.rb', line 103

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

#roleString

The role to remove from the users or groups.

Returns:

  • (String)


103
104
105
106
107
108
109
# File 'lib/aws-sdk-repostspace/types.rb', line 103

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

#space_idString

The unique ID of the private re:Post.

Returns:

  • (String)


103
104
105
106
107
108
109
# File 'lib/aws-sdk-repostspace/types.rb', line 103

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