Class: Aws::Types::DeleteAppRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def app_arn
  @app_arn
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def client_token
  @client_token
end

#force_delete ⇒ Boolean

Returns the value of attribute force_delete.

Returns:

  • (Boolean)


400
401
402
# File 'sig/types.rbs', line 400

def force_delete
  @force_delete
end