Class: Aws::Types::RuleExecution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailsTypes::ErrorDetails

Returns the value of attribute error_details.

Returns:



1187
1188
1189
# File 'sig/types.rbs', line 1187

def error_details
  @error_details
end

#external_execution_id::String

Returns the value of attribute external_execution_id.

Returns:

  • (::String)


1185
1186
1187
# File 'sig/types.rbs', line 1185

def external_execution_id
  @external_execution_id
end

#external_execution_url::String

Returns the value of attribute external_execution_url.

Returns:

  • (::String)


1186
1187
1188
# File 'sig/types.rbs', line 1186

def external_execution_url
  @external_execution_url
end

#last_status_change::Time

Returns the value of attribute last_status_change.

Returns:

  • (::Time)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def last_status_change
  @last_status_change
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def last_updated_by
  @last_updated_by
end

#rule_execution_id::String

Returns the value of attribute rule_execution_id.

Returns:

  • (::String)


1179
1180
1181
# File 'sig/types.rbs', line 1179

def rule_execution_id
  @rule_execution_id
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

  • ("InProgress", "Abandoned", "Succeeded", "Failed")


1180
1181
1182
# File 'sig/types.rbs', line 1180

def status
  @status
end

#summary::String

Returns the value of attribute summary.

Returns:

  • (::String)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def summary
  @summary
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def token
  @token
end