Class: Aws::Types::FailoverRouterInputIndexedStreamDetails
- Inherits:
-
Object
- Object
- Aws::Types::FailoverRouterInputIndexedStreamDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_index ⇒ ::Integer
Returns the value of attribute source_index.
-
#source_ip_address ⇒ ::String
Returns the value of attribute source_ip_address.
Instance Attribute Details
#source_index ⇒ ::Integer
Returns the value of attribute source_index.
707 708 709 |
# File 'sig/types.rbs', line 707 def source_index @source_index end |
#source_ip_address ⇒ ::String
Returns the value of attribute source_ip_address.
708 709 710 |
# File 'sig/types.rbs', line 708 def source_ip_address @source_ip_address end |