Class: Aws::Types::RuleState
- Inherits:
-
Object
- Object
- Aws::Types::RuleState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_revision ⇒ Types::RuleRevision
Returns the value of attribute current_revision.
-
#entity_url ⇒ ::String
Returns the value of attribute entity_url.
-
#latest_execution ⇒ Types::RuleExecution
Returns the value of attribute latest_execution.
-
#revision_url ⇒ ::String
Returns the value of attribute revision_url.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
Instance Attribute Details
#current_revision ⇒ Types::RuleRevision
Returns the value of attribute current_revision.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def current_revision @current_revision end |
#entity_url ⇒ ::String
Returns the value of attribute entity_url.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def entity_url @entity_url end |
#latest_execution ⇒ Types::RuleExecution
Returns the value of attribute latest_execution.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def latest_execution @latest_execution end |
#revision_url ⇒ ::String
Returns the value of attribute revision_url.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def revision_url @revision_url end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def rule_name @rule_name end |