Class: Aws::Types::AwsEc2VpnConnectionVgwTelemetryDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2VpnConnectionVgwTelemetryDetails
- 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 ⇒ ::String
Returns the value of attribute last_status_change.
-
#outside_ip_address ⇒ ::String
Returns the value of attribute outside_ip_address.
-
#status ⇒ ::String
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.
2016 2017 2018 |
# File 'sig/types.rbs', line 2016 def accepted_route_count @accepted_route_count end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def certificate_arn @certificate_arn end |
#last_status_change ⇒ ::String
Returns the value of attribute last_status_change.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def last_status_change @last_status_change end |
#outside_ip_address ⇒ ::String
Returns the value of attribute outside_ip_address.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def outside_ip_address @outside_ip_address end |
#status ⇒ ::String
Returns the value of attribute status.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def @status_message end |