Class: Aws::Types::VgwTelemetry
- Inherits:
-
Object
- Object
- Aws::Types::VgwTelemetry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accepted_route_count ⇒ ::Integer
Returns the value of attribute accepted_route_count.
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#last_status_change ⇒ ::Time
Returns the value of attribute last_status_change.
-
#outside_ip_address ⇒ ::String
Returns the value of attribute outside_ip_address.
-
#status ⇒ "UP", "DOWN"
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#accepted_route_count ⇒ ::Integer
Returns the value of attribute accepted_route_count.
18808 18809 18810 |
# File 'sig/types.rbs', line 18808 def accepted_route_count @accepted_route_count end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
18813 18814 18815 |
# File 'sig/types.rbs', line 18813 def certificate_arn @certificate_arn end |
#last_status_change ⇒ ::Time
Returns the value of attribute last_status_change.
18809 18810 18811 |
# File 'sig/types.rbs', line 18809 def last_status_change @last_status_change end |
#outside_ip_address ⇒ ::String
Returns the value of attribute outside_ip_address.
18810 18811 18812 |
# File 'sig/types.rbs', line 18810 def outside_ip_address @outside_ip_address end |
#status ⇒ "UP", "DOWN"
Returns the value of attribute status.
18811 18812 18813 |
# File 'sig/types.rbs', line 18811 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
18812 18813 18814 |
# File 'sig/types.rbs', line 18812 def @status_message end |