Class: Aws::Types::DeleteAppInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app ⇒ ::String

Returns the value of attribute app.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def app
  @app
end

#domain ⇒ ::String

Returns the value of attribute domain.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def domain
  @domain
end

#simulation ⇒ ::String

Returns the value of attribute simulation.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def simulation
  @simulation
end