Class: Aws::Types::RouteAnalysisEndpointOptionsSpecification
- Inherits:
-
Object
- Object
- Aws::Types::RouteAnalysisEndpointOptionsSpecification
- 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_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.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def ip_address @ip_address end |
#transit_gateway_attachment_arn ⇒ ::String
Returns the value of attribute transit_gateway_attachment_arn.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def @transit_gateway_attachment_arn end |