Class: Aws::Types::DescribeSpaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSpaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#space_name ⇒ ::String
Returns the value of attribute space_name.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
5124 5125 5126 |
# File 'sig/types.rbs', line 5124 def domain_id @domain_id end |
#space_name ⇒ ::String
Returns the value of attribute space_name.
5125 5126 5127 |
# File 'sig/types.rbs', line 5125 def space_name @space_name end |