Class: Aws::Types::UpdateSpacePermissionsRequest

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)


12545
12546
12547
# File 'sig/types.rbs', line 12545

def 
  @aws_account_id
end

#grant_permissions::Array[Types::ResourcePermission]

Returns the value of attribute grant_permissions.

Returns:



12547
12548
12549
# File 'sig/types.rbs', line 12547

def grant_permissions
  @grant_permissions
end

#revoke_permissions::Array[Types::ResourcePermission]

Returns the value of attribute revoke_permissions.

Returns:



12548
12549
12550
# File 'sig/types.rbs', line 12548

def revoke_permissions
  @revoke_permissions
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


12546
12547
12548
# File 'sig/types.rbs', line 12546

def space_id
  @space_id
end