Class: Aws::Types::CreateOdbNetworkOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateOdbNetworkOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#odb_network_id ⇒ ::String
Returns the value of attribute odb_network_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.
991 992 993 |
# File 'sig/types.rbs', line 991 def display_name @display_name end |
#odb_network_id ⇒ ::String
Returns the value of attribute odb_network_id.
994 995 996 |
# File 'sig/types.rbs', line 994 def odb_network_id @odb_network_id end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
992 993 994 |
# File 'sig/types.rbs', line 992 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
993 994 995 |
# File 'sig/types.rbs', line 993 def status_reason @status_reason end |