Class: Aws::Types::FPorts
- Inherits:
-
Object
- Object
- Aws::Types::FPorts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applications ⇒ ::Array[Types::ApplicationConfig]
Returns the value of attribute applications.
-
#clock_sync ⇒ ::Integer
Returns the value of attribute clock_sync.
-
#fuota ⇒ ::Integer
Returns the value of attribute fuota.
-
#multicast ⇒ ::Integer
Returns the value of attribute multicast.
-
#positioning ⇒ Types::Positioning
Returns the value of attribute positioning.
Instance Attribute Details
#applications ⇒ ::Array[Types::ApplicationConfig]
Returns the value of attribute applications.
598 599 600 |
# File 'sig/types.rbs', line 598 def applications @applications end |
#clock_sync ⇒ ::Integer
Returns the value of attribute clock_sync.
596 597 598 |
# File 'sig/types.rbs', line 596 def clock_sync @clock_sync end |
#fuota ⇒ ::Integer
Returns the value of attribute fuota.
594 595 596 |
# File 'sig/types.rbs', line 594 def fuota @fuota end |
#multicast ⇒ ::Integer
Returns the value of attribute multicast.
595 596 597 |
# File 'sig/types.rbs', line 595 def multicast @multicast end |
#positioning ⇒ Types::Positioning
Returns the value of attribute positioning.
597 598 599 |
# File 'sig/types.rbs', line 597 def positioning @positioning end |