Class: Aws::Types::DescribeStackRefactorOutput

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)


575
576
577
# File 'sig/types.rbs', line 575

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")


578
579
580
# File 'sig/types.rbs', line 578

def execution_status
  @execution_status
end

#execution_status_reason::String

Returns the value of attribute execution_status_reason.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def execution_status_reason
  @execution_status_reason
end

#stack_ids::Array[::String]

Returns the value of attribute stack_ids.

Returns:

  • (::Array[::String])


577
578
579
# File 'sig/types.rbs', line 577

def stack_ids
  @stack_ids
end

#stack_refactor_id::String

Returns the value of attribute stack_refactor_id.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

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")


580
581
582
# File 'sig/types.rbs', line 580

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def status_reason
  @status_reason
end