Class: Aws::Types::CancelUpdateStackInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def client_request_token
  @client_request_token
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def stack_name
  @stack_name
end