Class: Aws::Types::LaunchPermissionModifications

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add::Array[Types::LaunchPermission]

Returns the value of attribute add.

Returns:



12699
12700
12701
# File 'sig/types.rbs', line 12699

def add
  @add
end

#remove::Array[Types::LaunchPermission]

Returns the value of attribute remove.

Returns:



12700
12701
12702
# File 'sig/types.rbs', line 12700

def remove
  @remove
end