Class: Aws::Types::StackRefactorAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"MOVE", "CREATE"

Returns the value of attribute action.

Returns:

  • ("MOVE", "CREATE")


1748
1749
1750
# File 'sig/types.rbs', line 1748

def action
  @action
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1752
1753
1754
# File 'sig/types.rbs', line 1752

def description
  @description
end

#detection"AUTO", "MANUAL"

Returns the value of attribute detection.

Returns:

  • ("AUTO", "MANUAL")


1753
1754
1755
# File 'sig/types.rbs', line 1753

def detection
  @detection
end

#detection_reason::String

Returns the value of attribute detection_reason.

Returns:

  • (::String)


1754
1755
1756
# File 'sig/types.rbs', line 1754

def detection_reason
  @detection_reason
end

#entity"RESOURCE", "STACK"

Returns the value of attribute entity.

Returns:

  • ("RESOURCE", "STACK")


1749
1750
1751
# File 'sig/types.rbs', line 1749

def entity
  @entity
end

#physical_resource_id::String

Returns the value of attribute physical_resource_id.

Returns:

  • (::String)


1750
1751
1752
# File 'sig/types.rbs', line 1750

def physical_resource_id
  @physical_resource_id
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


1751
1752
1753
# File 'sig/types.rbs', line 1751

def resource_identifier
  @resource_identifier
end

#resource_mappingTypes::ResourceMapping

Returns the value of attribute resource_mapping.



1757
1758
1759
# File 'sig/types.rbs', line 1757

def resource_mapping
  @resource_mapping
end

#tag_resources::Array[Types::Tag]

Returns the value of attribute tag_resources.

Returns:



1755
1756
1757
# File 'sig/types.rbs', line 1755

def tag_resources
  @tag_resources
end

#untag_resources::Array[::String]

Returns the value of attribute untag_resources.

Returns:

  • (::Array[::String])


1756
1757
1758
# File 'sig/types.rbs', line 1756

def untag_resources
  @untag_resources
end