Class: Aws::Types::VgwTelemetry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accepted_route_count::Integer

Returns the value of attribute accepted_route_count.

Returns:

  • (::Integer)


19495
19496
19497
# File 'sig/types.rbs', line 19495

def accepted_route_count
  @accepted_route_count
end

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


19500
19501
19502
# File 'sig/types.rbs', line 19500

def certificate_arn
  @certificate_arn
end

#last_status_change::Time

Returns the value of attribute last_status_change.

Returns:

  • (::Time)


19496
19497
19498
# File 'sig/types.rbs', line 19496

def last_status_change
  @last_status_change
end

#outside_ip_address::String

Returns the value of attribute outside_ip_address.

Returns:

  • (::String)


19497
19498
19499
# File 'sig/types.rbs', line 19497

def outside_ip_address
  @outside_ip_address
end

#status"UP", "DOWN"

Returns the value of attribute status.

Returns:

  • ("UP", "DOWN")


19498
19499
19500
# File 'sig/types.rbs', line 19498

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


19499
19500
19501
# File 'sig/types.rbs', line 19499

def status_message
  @status_message
end