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:



6997
6998
6999
# File 'sig/types.rbs', line 6997

def action_summaries
  @action_summaries
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


7000
7001
7002
# File 'sig/types.rbs', line 7000

def created_time
  @created_time
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


7002
7003
7004
# File 'sig/types.rbs', line 7002

def last_updated_by
  @last_updated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


7001
7002
7003
# File 'sig/types.rbs', line 7001

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6993
6994
6995
# File 'sig/types.rbs', line 6993

def name
  @name
end

#publish_status"DRAFT", "PUBLISHED"

Returns the value of attribute publish_status.

Returns:

  • ("DRAFT", "PUBLISHED")


6999
7000
7001
# File 'sig/types.rbs', line 6999

def publish_status
  @publish_status
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


6995
6996
6997
# File 'sig/types.rbs', line 6995

def rule_arn
  @rule_arn
end

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

Returns the value of attribute rule_capability_tiers.

Returns:

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


6998
6999
7000
# File 'sig/types.rbs', line 6998

def rule_capability_tiers
  @rule_capability_tiers
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


6994
6995
6996
# File 'sig/types.rbs', line 6994

def rule_id
  @rule_id
end

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

Returns the value of attribute tags.

Returns:

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


7003
7004
7005
# File 'sig/types.rbs', line 7003

def tags
  @tags
end

#trigger_event_sourceTypes::RuleTriggerEventSource

Returns the value of attribute trigger_event_source.



6996
6997
6998
# File 'sig/types.rbs', line 6996

def trigger_event_source
  @trigger_event_source
end