Class: Aws::Types::ApplicationConfig
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
-
#f_port ⇒ ::Integer
Returns the value of attribute f_port.
-
#type ⇒ "SemtechGeolocation"
Returns the value of attribute type.
Instance Attribute Details
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
44 45 46 |
# File 'sig/types.rbs', line 44 def destination_name @destination_name end |
#f_port ⇒ ::Integer
Returns the value of attribute f_port.
42 43 44 |
# File 'sig/types.rbs', line 42 def f_port @f_port end |
#type ⇒ "SemtechGeolocation"
Returns the value of attribute type.
43 44 45 |
# File 'sig/types.rbs', line 43 def type @type end |