Class: Aws::Types::DeleteChangeSetInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_set_name::String

Returns the value of attribute change_set_name.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def change_set_name
  @change_set_name
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def stack_name
  @stack_name
end