Class: Aws::Types::CreateVolumePermission

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")


3679
3680
3681
# File 'sig/types.rbs', line 3679

def group
  @group
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


3678
3679
3680
# File 'sig/types.rbs', line 3678

def user_id
  @user_id
end