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:



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

def description
  @description
end

#execution_status"UNAVAILABLE", ...

Returns the value of attribute execution_status.

Returns:



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:



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:



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:



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

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:



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

def status_reason
  @status_reason
end