Class: Aws::Repostspace::Types::DeregisterAdminInput

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

#admin_idString

The ID of the admin to remove.

Returns:

  • (String)


133
134
135
136
137
138
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 133

class DeregisterAdminInput < Struct.new(
  :admin_id,
  :space_id)
  SENSITIVE = []
  include Aws::Structure
end

#space_idString

The ID of the private re:Post to remove the admin from.

Returns:

  • (String)


133
134
135
136
137
138
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 133

class DeregisterAdminInput < Struct.new(
  :admin_id,
  :space_id)
  SENSITIVE = []
  include Aws::Structure
end