Class: Aws::Repostspace::Types::RegisterAdminInput

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 administrator.

Returns:

  • (String)


758
759
760
761
762
763
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 758

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

#space_idString

The ID of the private re:Post.

Returns:

  • (String)


758
759
760
761
762
763
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 758

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