Class: Aws::Types::RouteAnalysisEndpointOptions
- Inherits:
-
Object
- Object
- Aws::Types::RouteAnalysisEndpointOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#transit_gateway_arn ⇒ ::String
Returns the value of attribute transit_gateway_arn.
-
#transit_gateway_attachment_arn ⇒ ::String
Returns the value of attribute transit_gateway_attachment_arn.
Instance Attribute Details
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def ip_address @ip_address end |
#transit_gateway_arn ⇒ ::String
Returns the value of attribute transit_gateway_arn.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def transit_gateway_arn @transit_gateway_arn end |
#transit_gateway_attachment_arn ⇒ ::String
Returns the value of attribute transit_gateway_attachment_arn.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def @transit_gateway_attachment_arn end |