Class: Aws::Types::DescribeSpaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSpaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#max_contributors ⇒ ::Integer
Returns the value of attribute max_contributors.
-
#space_id ⇒ ::String
Returns the value of attribute space_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4993 4994 4995 |
# File 'sig/types.rbs', line 4993 def aws_account_id @aws_account_id end |
#max_contributors ⇒ ::Integer
Returns the value of attribute max_contributors.
4995 4996 4997 |
# File 'sig/types.rbs', line 4995 def max_contributors @max_contributors end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
4994 4995 4996 |
# File 'sig/types.rbs', line 4994 def space_id @space_id end |