Class: Aws::Types::DescribeAppInput

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)


54
55
56
# File 'sig/types.rbs', line 54

def app
  @app
end

#domain ⇒ ::String

Returns the value of attribute domain.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def domain
  @domain
end

#simulation ⇒ ::String

Returns the value of attribute simulation.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def simulation
  @simulation
end