Class: Aws::Types::ListVirtualInterfaceTestHistoryRequest

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])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def next_token
  @next_token
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def status
  @status
end

#test_id::String

Returns the value of attribute test_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


836
837
838
# File 'sig/types.rbs', line 836

def virtual_interface_id
  @virtual_interface_id
end