Class: Aws::Types::RuleState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_revisionTypes::RuleRevision

Returns the value of attribute current_revision.

Returns:



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.

Returns:

  • (::String)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def entity_url
  @entity_url
end

#latest_executionTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1243
1244
1245
# File 'sig/types.rbs', line 1243

def rule_name
  @rule_name
end