Class: Aws::Types::CreateRuleRequest

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:



1763
1764
1765
# File 'sig/types.rbs', line 1763

def actions
  @actions
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1765
1766
1767
# File 'sig/types.rbs', line 1765

def client_token
  @client_token
end

#function::String

Returns the value of attribute function.

Returns:

  • (::String)


1762
1763
1764
# File 'sig/types.rbs', line 1762

def function
  @function
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1759
1760
1761
# File 'sig/types.rbs', line 1759

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1760
1761
1762
# File 'sig/types.rbs', line 1760

def name
  @name
end

#publish_status"DRAFT", "PUBLISHED"

Returns the value of attribute publish_status.

Returns:

  • ("DRAFT", "PUBLISHED")


1764
1765
1766
# File 'sig/types.rbs', line 1764

def publish_status
  @publish_status
end

#trigger_event_sourceTypes::RuleTriggerEventSource

Returns the value of attribute trigger_event_source.



1761
1762
1763
# File 'sig/types.rbs', line 1761

def trigger_event_source
  @trigger_event_source
end