Class: Aws::Types::CreateOdbPeeringConnectionOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateOdbPeeringConnectionOutput
- 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.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def display_name @display_name end |
#odb_peering_connection_id ⇒ ::String
Returns the value of attribute odb_peering_connection_id.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def odb_peering_connection_id @odb_peering_connection_id end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def status_reason @status_reason end |