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


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.

Returns:

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

Returns:

  • (::String)


1075
1076
1077
# File 'sig/types.rbs', line 1075

def 
  @owner_account
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def start_time
  @start_time
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def virtual_interface_id
  @virtual_interface_id
end