Class: Aws::Repostspace::Types::GetSpaceInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-repostspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#space_idString

The ID of the private re:Post.

Returns:

  • (String)


496
497
498
499
500
# File 'lib/aws-sdk-repostspace/types.rb', line 496

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