Class: Aws::Types::RouteAnalysisCompletion
- Inherits:
-
Object
- Object
- Aws::Types::RouteAnalysisCompletion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason_code ⇒ "TRANSIT_GATEWAY_ATTACHMENT_NOT_FOUND", ...
Returns the value of attribute reason_code.
-
#reason_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute reason_context.
-
#result_code ⇒ "CONNECTED", "NOT_CONNECTED"
Returns the value of attribute result_code.
Instance Attribute Details
#reason_code ⇒ "TRANSIT_GATEWAY_ATTACHMENT_NOT_FOUND", ...
Returns the value of attribute reason_code.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def reason_code @reason_code end |
#reason_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute reason_context.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def reason_context @reason_context end |
#result_code ⇒ "CONNECTED", "NOT_CONNECTED"
Returns the value of attribute result_code.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def result_code @result_code end |