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