Class: Aws::Repostspace::Types::CreateSpaceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::CreateSpaceOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-repostspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#space_id ⇒ String
The unique ID of the private re:Post.
Instance Attribute Details
#space_id ⇒ String
The unique ID of the private re:Post.
207 208 209 210 211 |
# File 'lib/aws-sdk-repostspace/types.rb', line 207 class CreateSpaceOutput < Struct.new( :space_id) SENSITIVE = [] include Aws::Structure end |