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.
5226 5227 5228 |
# File 'sig/types.rbs', line 5226 def aws_account_id @aws_account_id end |
#max_contributors ⇒ ::Integer
Returns the value of attribute max_contributors.
5228 5229 5230 |
# File 'sig/types.rbs', line 5228 def max_contributors @max_contributors end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
5227 5228 5229 |
# File 'sig/types.rbs', line 5227 def space_id @space_id end |