Class: Aws::Types::CreateStackRefactorInput

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)


255
256
257
# File 'sig/types.rbs', line 255

def description
  @description
end

#enable_stack_creationBoolean

Returns the value of attribute enable_stack_creation.

Returns:

  • (Boolean)


256
257
258
# File 'sig/types.rbs', line 256

def enable_stack_creation
  @enable_stack_creation
end

#resource_mappings::Array[Types::ResourceMapping]

Returns the value of attribute resource_mappings.

Returns:



257
258
259
# File 'sig/types.rbs', line 257

def resource_mappings
  @resource_mappings
end

#stack_definitions::Array[Types::StackDefinition]

Returns the value of attribute stack_definitions.

Returns:



258
259
260
# File 'sig/types.rbs', line 258

def stack_definitions
  @stack_definitions
end