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.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def bgp_peers @bgp_peers end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def end_time @end_time end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def owner_account @owner_account end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def start_time @start_time end |
#status ⇒ ::String
Returns the value of attribute status.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def status @status end |
#test_duration_in_minutes ⇒ ::Integer
Returns the value of attribute test_duration_in_minutes.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def test_duration_in_minutes @test_duration_in_minutes end |
#test_id ⇒ ::String
Returns the value of attribute test_id.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def test_id @test_id end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def virtual_interface_id @virtual_interface_id end |