Class: Aws::Types::ExecuteChangeSetInput

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)


764
765
766
# File 'sig/types.rbs', line 764

def change_set_name
  @change_set_name
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def client_request_token
  @client_request_token
end

#disable_rollbackBoolean

Returns the value of attribute disable_rollback.

Returns:

  • (Boolean)


767
768
769
# File 'sig/types.rbs', line 767

def disable_rollback
  @disable_rollback
end

#retain_except_on_createBoolean

Returns the value of attribute retain_except_on_create.

Returns:

  • (Boolean)


768
769
770
# File 'sig/types.rbs', line 768

def retain_except_on_create
  @retain_except_on_create
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def stack_name
  @stack_name
end