Class: Aws::Types::RuleExecutionDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#inputTypes::RuleExecutionInput

Returns the value of attribute input.

Returns:



1201
1202
1203
# File 'sig/types.rbs', line 1201

def input
  @input
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:



1198
1199
1200
# File 'sig/types.rbs', line 1198

def last_update_time
  @last_update_time
end

#outputTypes::RuleExecutionOutput

Returns the value of attribute output.

Returns:



1202
1203
1204
# File 'sig/types.rbs', line 1202

def output
  @output
end

#pipeline_execution_id::String

Returns the value of attribute pipeline_execution_id.

Returns:



1192
1193
1194
# File 'sig/types.rbs', line 1192

def pipeline_execution_id
  @pipeline_execution_id
end

#pipeline_version::Integer

Returns the value of attribute pipeline_version.

Returns:



1194
1195
1196
# File 'sig/types.rbs', line 1194

def pipeline_version
  @pipeline_version
end

#rule_execution_id::String

Returns the value of attribute rule_execution_id.

Returns:



1193
1194
1195
# File 'sig/types.rbs', line 1193

def rule_execution_id
  @rule_execution_id
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:



1196
1197
1198
# File 'sig/types.rbs', line 1196

def rule_name
  @rule_name
end

#stage_name::String

Returns the value of attribute stage_name.

Returns:



1195
1196
1197
# File 'sig/types.rbs', line 1195

def stage_name
  @stage_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



1197
1198
1199
# File 'sig/types.rbs', line 1197

def start_time
  @start_time
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:



1200
1201
1202
# File 'sig/types.rbs', line 1200

def status
  @status
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:



1199
1200
1201
# File 'sig/types.rbs', line 1199

def updated_by
  @updated_by
end