Class: Aws::Types::GetAutomationRuleV2Response

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

Returns the value of attribute actions.

Returns:



5889
5890
5891
# File 'sig/types.rbs', line 5889

def actions
  @actions
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


5890
5891
5892
# File 'sig/types.rbs', line 5890

def created_at
  @created_at
end

#criteriaTypes::Criteria

Returns the value of attribute criteria.

Returns:



5888
5889
5890
# File 'sig/types.rbs', line 5888

def criteria
  @criteria
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5887
5888
5889
# File 'sig/types.rbs', line 5887

def description
  @description
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


5882
5883
5884
# File 'sig/types.rbs', line 5882

def rule_arn
  @rule_arn
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


5883
5884
5885
# File 'sig/types.rbs', line 5883

def rule_id
  @rule_id
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


5885
5886
5887
# File 'sig/types.rbs', line 5885

def rule_name
  @rule_name
end

#rule_order::Float

Returns the value of attribute rule_order.

Returns:

  • (::Float)


5884
5885
5886
# File 'sig/types.rbs', line 5884

def rule_order
  @rule_order
end

#rule_status"ENABLED", "DISABLED"

Returns the value of attribute rule_status.

Returns:

  • ("ENABLED", "DISABLED")


5886
5887
5888
# File 'sig/types.rbs', line 5886

def rule_status
  @rule_status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


5891
5892
5893
# File 'sig/types.rbs', line 5891

def updated_at
  @updated_at
end