Class: Aws::Types::LoadPermissionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group"all"

Returns the value of attribute group.

Returns:

  • ("all")


12925
12926
12927
# File 'sig/types.rbs', line 12925

def group
  @group
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


12926
12927
12928
# File 'sig/types.rbs', line 12926

def user_id
  @user_id
end