Class: Aws::Types::DescribeSpacePermissionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



5220
5221
5222
# File 'sig/types.rbs', line 5220

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5221
5222
5223
# File 'sig/types.rbs', line 5221

def request_id
  @request_id
end

#space_arn::String

Returns the value of attribute space_arn.

Returns:

  • (::String)


5219
5220
5221
# File 'sig/types.rbs', line 5219

def space_arn
  @space_arn
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


5218
5219
5220
# File 'sig/types.rbs', line 5218

def space_id
  @space_id
end