Class: Aws::Types::App
- Inherits:
-
Object
- Object
- Aws::Types::App
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_name ⇒ ::String
Returns the value of attribute app_name.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
Instance Attribute Details
#app_name ⇒ ::String
Returns the value of attribute app_name.
40 41 42 |
# File 'sig/types.rbs', line 40 def app_name @app_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
42 43 44 |
# File 'sig/types.rbs', line 42 def port @port end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
41 42 43 |
# File 'sig/types.rbs', line 41 def protocol @protocol end |