Class: Aws::Types::NetworkTelemetry
- Inherits:
-
Object
- Object
- Aws::Types::NetworkTelemetry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#address ⇒ ::String
Returns the value of attribute address.
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
-
#health ⇒ Types::ConnectionHealth
Returns the value of attribute health.
-
#registered_gateway_arn ⇒ ::String
Returns the value of attribute registered_gateway_arn.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def account_id @account_id end |
#address ⇒ ::String
Returns the value of attribute address.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def address @address end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def aws_region @aws_region end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def core_network_id @core_network_id end |
#health ⇒ Types::ConnectionHealth
Returns the value of attribute health.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def health @health end |
#registered_gateway_arn ⇒ ::String
Returns the value of attribute registered_gateway_arn.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def registered_gateway_arn @registered_gateway_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def resource_type @resource_type end |