Class: Aws::Types::ListVirtualInterfaceTestHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListVirtualInterfaceTestHistoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bgp_peers ⇒ ::Array[::String]
Returns the value of attribute bgp_peers.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#test_id ⇒ ::String
Returns the value of attribute test_id.
-
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
Instance Attribute Details
#bgp_peers ⇒ ::Array[::String]
Returns the value of attribute bgp_peers.
837 838 839 |
# File 'sig/types.rbs', line 837 def bgp_peers @bgp_peers end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
839 840 841 |
# File 'sig/types.rbs', line 839 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
840 841 842 |
# File 'sig/types.rbs', line 840 def next_token @next_token end |
#status ⇒ ::String
Returns the value of attribute status.
838 839 840 |
# File 'sig/types.rbs', line 838 def status @status end |
#test_id ⇒ ::String
Returns the value of attribute test_id.
835 836 837 |
# File 'sig/types.rbs', line 835 def test_id @test_id end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
836 837 838 |
# File 'sig/types.rbs', line 836 def virtual_interface_id @virtual_interface_id end |