Class: Aws::Types::DescribeSpaceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


5226
5227
5228
# File 'sig/types.rbs', line 5226

def 
  @aws_account_id
end

#max_contributors::Integer

Returns the value of attribute max_contributors.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


5227
5228
5229
# File 'sig/types.rbs', line 5227

def space_id
  @space_id
end