Class: Aws::Repostspace::Types::RegisterAdminInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::RegisterAdminInput
- Defined in:
- gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_id ⇒ String
The ID of the administrator.
-
#space_id ⇒ String
The ID of the private re:Post.
Instance Attribute Details
#admin_id ⇒ String
The ID of the administrator.
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_id ⇒ String
The ID of the private re:Post.
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 |