Class: Aws::Types::TopicRulePayload

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::Action]

Returns the value of attribute actions.

Returns:



4949
4950
4951
# File 'sig/types.rbs', line 4949

def actions
  @actions
end

#aws_iot_sql_version::String

Returns the value of attribute aws_iot_sql_version.

Returns:

  • (::String)


4951
4952
4953
# File 'sig/types.rbs', line 4951

def aws_iot_sql_version
  @aws_iot_sql_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4948
4949
4950
# File 'sig/types.rbs', line 4948

def description
  @description
end

#error_actionTypes::Action

Returns the value of attribute error_action.

Returns:



4952
4953
4954
# File 'sig/types.rbs', line 4952

def error_action
  @error_action
end

#rule_disabledBoolean

Returns the value of attribute rule_disabled.

Returns:

  • (Boolean)


4950
4951
4952
# File 'sig/types.rbs', line 4950

def rule_disabled
  @rule_disabled
end

#sql::String

Returns the value of attribute sql.

Returns:

  • (::String)


4947
4948
4949
# File 'sig/types.rbs', line 4947

def sql
  @sql
end