Class: Aws::Types::TopicRule

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:



4899
4900
4901
# File 'sig/types.rbs', line 4899

def actions
  @actions
end

#aws_iot_sql_version::String

Returns the value of attribute aws_iot_sql_version.

Returns:

  • (::String)


4901
4902
4903
# File 'sig/types.rbs', line 4901

def aws_iot_sql_version
  @aws_iot_sql_version
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4898
4899
4900
# File 'sig/types.rbs', line 4898

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4897
4898
4899
# File 'sig/types.rbs', line 4897

def description
  @description
end

#error_actionTypes::Action

Returns the value of attribute error_action.

Returns:



4902
4903
4904
# File 'sig/types.rbs', line 4902

def error_action
  @error_action
end

#rule_disabledBoolean

Returns the value of attribute rule_disabled.

Returns:

  • (Boolean)


4900
4901
4902
# File 'sig/types.rbs', line 4900

def rule_disabled
  @rule_disabled
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


4895
4896
4897
# File 'sig/types.rbs', line 4895

def rule_name
  @rule_name
end

#sql::String

Returns the value of attribute sql.

Returns:

  • (::String)


4896
4897
4898
# File 'sig/types.rbs', line 4896

def sql
  @sql
end