Class: Aws::Types::VirtualInterfaceTestHistory

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bgp_peers::Array[::String]

Returns the value of attribute bgp_peers.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::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.

Returns:

  • (::String)


1238
1239
1240
# File 'sig/types.rbs', line 1238

def 
  
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def start_time
  @start_time
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def virtual_interface_id
  @virtual_interface_id
end