Class: Aws::Types::VirtualInterfaceTestHistory
- Inherits:
-
Object
- Object
- Aws::Types::VirtualInterfaceTestHistory
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bgp_peers ⇒ ::Array[::String]
Returns the value of attribute bgp_peers.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#test_duration_in_minutes ⇒ ::Integer
Returns the value of attribute test_duration_in_minutes.
-
#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.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def bgp_peers @bgp_peers end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def end_time @end_time end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def owner_account @owner_account end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def start_time @start_time end |
#status ⇒ ::String
Returns the value of attribute status.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def status @status end |
#test_duration_in_minutes ⇒ ::Integer
Returns the value of attribute test_duration_in_minutes.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def test_duration_in_minutes @test_duration_in_minutes end |
#test_id ⇒ ::String
Returns the value of attribute test_id.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def test_id @test_id end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def virtual_interface_id @virtual_interface_id end |