Class: Aws::DataZone::Types::ProjectsForRule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Specifies projects in which the rule is created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#selection_modeString

The selection mode of the rule.

Returns:

  • (String)


14935
14936
14937
14938
14939
14940
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14935

class ProjectsForRule < Struct.new(
  :selection_mode,
  :specific_projects)
  SENSITIVE = []
  include Aws::Structure
end

#specific_projectsArray<String>

The specific projects in which the rule is created.

Returns:

  • (Array<String>)


14935
14936
14937
14938
14939
14940
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14935

class ProjectsForRule < Struct.new(
  :selection_mode,
  :specific_projects)
  SENSITIVE = []
  include Aws::Structure
end