Class: Aws::Types::UpdateOdbPeeringConnectionOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOdbPeeringConnectionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#odb_peering_connection_id ⇒ ::String
Returns the value of attribute odb_peering_connection_id.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
2636 2637 2638 |
# File 'sig/types.rbs', line 2636 def display_name @display_name end |
#odb_peering_connection_id ⇒ ::String
Returns the value of attribute odb_peering_connection_id.
2639 2640 2641 |
# File 'sig/types.rbs', line 2639 def odb_peering_connection_id @odb_peering_connection_id end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
2637 2638 2639 |
# File 'sig/types.rbs', line 2637 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2638 2639 2640 |
# File 'sig/types.rbs', line 2638 def status_reason @status_reason end |