Class: Aws::Types::UpdateSpacePermissionsResponse

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:



13011
13012
13013
# File 'sig/types.rbs', line 13011

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


13012
13013
13014
# File 'sig/types.rbs', line 13012

def request_id
  @request_id
end

#space_arn::String

Returns the value of attribute space_arn.

Returns:

  • (::String)


13010
13011
13012
# File 'sig/types.rbs', line 13010

def space_arn
  @space_arn
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


13009
13010
13011
# File 'sig/types.rbs', line 13009

def space_id
  @space_id
end