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:



7092
7093
7094
# File 'sig/types.rbs', line 7092

def action_summaries
  @action_summaries
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


7095
7096
7097
# File 'sig/types.rbs', line 7095

def created_time
  @created_time
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


7097
7098
7099
# File 'sig/types.rbs', line 7097

def last_updated_by
  @last_updated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


7096
7097
7098
# File 'sig/types.rbs', line 7096

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7088
7089
7090
# File 'sig/types.rbs', line 7088

def name
  @name
end

#publish_status"DRAFT", "PUBLISHED"

Returns the value of attribute publish_status.

Returns:

  • ("DRAFT", "PUBLISHED")


7094
7095
7096
# File 'sig/types.rbs', line 7094

def publish_status
  @publish_status
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


7090
7091
7092
# File 'sig/types.rbs', line 7090

def rule_arn
  @rule_arn
end

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

Returns the value of attribute rule_capability_tiers.

Returns:

  • (::Array[("GenerativeAI")])


7093
7094
7095
# File 'sig/types.rbs', line 7093

def rule_capability_tiers
  @rule_capability_tiers
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


7089
7090
7091
# File 'sig/types.rbs', line 7089

def rule_id
  @rule_id
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


7098
7099
7100
# File 'sig/types.rbs', line 7098

def tags
  @tags
end

#trigger_event_sourceTypes::RuleTriggerEventSource

Returns the value of attribute trigger_event_source.



7091
7092
7093
# File 'sig/types.rbs', line 7091

def trigger_event_source
  @trigger_event_source
end