Class: Aws::Types::RuleSearchSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action_summaries::Array[Types::ActionSummary]

Returns the value of attribute action_summaries.

Returns:



7218
7219
7220
# File 'sig/types.rbs', line 7218

def action_summaries
  @action_summaries
end

#created_time::Time

Returns the value of attribute created_time.

Returns:



7222
7223
7224
# File 'sig/types.rbs', line 7222

def created_time
  @created_time
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:



7224
7225
7226
# File 'sig/types.rbs', line 7224

def last_updated_by
  @last_updated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:



7223
7224
7225
# File 'sig/types.rbs', line 7223

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:



7214
7215
7216
# File 'sig/types.rbs', line 7214

def name
  @name
end

#pre_evaluation_filtersTypes::PreEvaluationFilters

Returns the value of attribute pre_evaluation_filters.

Returns:



7221
7222
7223
# File 'sig/types.rbs', line 7221

def pre_evaluation_filters
  @pre_evaluation_filters
end

#publish_status"DRAFT", "PUBLISHED"

Returns the value of attribute publish_status.

Returns:



7220
7221
7222
# File 'sig/types.rbs', line 7220

def publish_status
  @publish_status
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:



7216
7217
7218
# File 'sig/types.rbs', line 7216

def rule_arn
  @rule_arn
end

#rule_capability_tiers::Array[("GenerativeAI")]

Returns the value of attribute rule_capability_tiers.

Returns:



7219
7220
7221
# File 'sig/types.rbs', line 7219

def rule_capability_tiers
  @rule_capability_tiers
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:



7215
7216
7217
# File 'sig/types.rbs', line 7215

def rule_id
  @rule_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



7225
7226
7227
# File 'sig/types.rbs', line 7225

def tags
  @tags
end

#trigger_event_sourceTypes::RuleTriggerEventSource

Returns the value of attribute trigger_event_source.

Returns:



7217
7218
7219
# File 'sig/types.rbs', line 7217

def trigger_event_source
  @trigger_event_source
end