Class: Aws::Repostspace::Types::CreateSpaceOutput

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

#space_idString

The unique ID of the private re:Post.

Returns:

  • (String)


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

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