Class: Aws::Types::ProjectsForRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#selection_mode"ALL", "SPECIFIC"

Returns the value of attribute selection_mode.

Returns:

  • ("ALL", "SPECIFIC")


5001
5002
5003
# File 'sig/types.rbs', line 5001

def selection_mode
  @selection_mode
end

#specific_projects::Array[::String]

Returns the value of attribute specific_projects.

Returns:

  • (::Array[::String])


5002
5003
5004
# File 'sig/types.rbs', line 5002

def specific_projects
  @specific_projects
end