Class: Aws::Types::LifecycleExecution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def end_time
  @end_time
end

#lifecycle_execution_id ⇒ ::String

Returns the value of attribute lifecycle_execution_id.

Returns:

  • (::String)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def lifecycle_execution_id
  @lifecycle_execution_id
end

#lifecycle_policy_arn ⇒ ::String

Returns the value of attribute lifecycle_policy_arn.

Returns:

  • (::String)


1297
1298
1299
# File 'sig/types.rbs', line 1297

def lifecycle_policy_arn
  @lifecycle_policy_arn
end

#resources_impacted_summary ⇒ Types::LifecycleExecutionResourcesImpactedSummary

Returns the value of attribute resources_impacted_summary.



1298
1299
1300
# File 'sig/types.rbs', line 1298

def resources_impacted_summary
  @resources_impacted_summary
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1300
1301
1302
# File 'sig/types.rbs', line 1300

def start_time
  @start_time
end

#state ⇒ Types::LifecycleExecutionState

Returns the value of attribute state.



1299
1300
1301
# File 'sig/types.rbs', line 1299

def state
  @state
end