Class: Aws::Types::StopAppInput

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)


267
268
269
# File 'sig/types.rbs', line 267

def app
  @app
end

#domain ⇒ ::String

Returns the value of attribute domain.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def domain
  @domain
end

#simulation ⇒ ::String

Returns the value of attribute simulation.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def simulation
  @simulation
end