Class: Aws::Types::Rule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::RuleAction]

Returns the value of attribute actions.

Returns:



7051
7052
7053
# File 'sig/types.rbs', line 7051

def actions
  @actions
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


7053
7054
7055
# File 'sig/types.rbs', line 7053

def created_time
  @created_time
end

#function::String

Returns the value of attribute function.

Returns:

  • (::String)


7050
7051
7052
# File 'sig/types.rbs', line 7050

def function
  @function
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


7055
7056
7057
# File 'sig/types.rbs', line 7055

def last_updated_by
  @last_updated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


7054
7055
7056
# File 'sig/types.rbs', line 7054

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7045
7046
7047
# File 'sig/types.rbs', line 7045

def name
  @name
end

#publish_status"DRAFT", "PUBLISHED"

Returns the value of attribute publish_status.

Returns:

  • ("DRAFT", "PUBLISHED")


7052
7053
7054
# File 'sig/types.rbs', line 7052

def publish_status
  @publish_status
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


7047
7048
7049
# File 'sig/types.rbs', line 7047

def rule_arn
  @rule_arn
end

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

Returns the value of attribute rule_capability_tiers.

Returns:

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


7049
7050
7051
# File 'sig/types.rbs', line 7049

def rule_capability_tiers
  @rule_capability_tiers
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


7046
7047
7048
# File 'sig/types.rbs', line 7046

def rule_id
  @rule_id
end

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

Returns the value of attribute tags.

Returns:

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


7056
7057
7058
# File 'sig/types.rbs', line 7056

def tags
  @tags
end

#trigger_event_sourceTypes::RuleTriggerEventSource

Returns the value of attribute trigger_event_source.



7048
7049
7050
# File 'sig/types.rbs', line 7048

def trigger_event_source
  @trigger_event_source
end