Class: Aws::Types::StackRefactorSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1766
1767
1768
# File 'sig/types.rbs', line 1766

def description
  @description
end

#execution_status"UNAVAILABLE", ...

Returns the value of attribute execution_status.

Returns:

  • ("UNAVAILABLE", "AVAILABLE", "OBSOLETE", "EXECUTE_IN_PROGRESS", "EXECUTE_COMPLETE", "EXECUTE_FAILED", "ROLLBACK_IN_PROGRESS", "ROLLBACK_COMPLETE", "ROLLBACK_FAILED")


1767
1768
1769
# File 'sig/types.rbs', line 1767

def execution_status
  @execution_status
end

#execution_status_reason::String

Returns the value of attribute execution_status_reason.

Returns:

  • (::String)


1768
1769
1770
# File 'sig/types.rbs', line 1768

def execution_status_reason
  @execution_status_reason
end

#stack_refactor_id::String

Returns the value of attribute stack_refactor_id.

Returns:

  • (::String)


1765
1766
1767
# File 'sig/types.rbs', line 1765

def stack_refactor_id
  @stack_refactor_id
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "DELETE_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED")


1769
1770
1771
# File 'sig/types.rbs', line 1769

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1770
1771
1772
# File 'sig/types.rbs', line 1770

def status_reason
  @status_reason
end