Class: Aws::Types::DescribeAppInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAppInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app ⇒ ::String
Returns the value of attribute app.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#simulation ⇒ ::String
Returns the value of attribute simulation.
Instance Attribute Details
#app ⇒ ::String
Returns the value of attribute app.
54 55 56 |
# File 'sig/types.rbs', line 54 def app @app end |
#domain ⇒ ::String
Returns the value of attribute domain.
55 56 57 |
# File 'sig/types.rbs', line 55 def domain @domain end |
#simulation ⇒ ::String
Returns the value of attribute simulation.
56 57 58 |
# File 'sig/types.rbs', line 56 def simulation @simulation end |