Class: Aws::Types::GetAutomationRuleV2Response

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::AutomationRulesActionV2]

Returns the value of attribute actions.



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

def actions
  @actions
end

#created_at::Time

Returns the value of attribute created_at.



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

def created_at
  @created_at
end

#criteriaTypes::Criteria

Returns the value of attribute criteria.



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

def criteria
  @criteria
end

#description::String

Returns the value of attribute description.



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

def description
  @description
end

#rule_arn::String

Returns the value of attribute rule_arn.



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.



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.



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.



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.



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.



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

def updated_at
  @updated_at
end