Class: Aws::Types::PrivateConnectionMode
- Inherits:
-
Object
- Object
- Aws::Types::PrivateConnectionMode
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: SelfManaged, ServiceManaged, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#self_managed ⇒ Types::SelfManagedInput
Returns the value of attribute self_managed.
-
#service_managed ⇒ Types::ServiceManagedInput
Returns the value of attribute service_managed.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#self_managed ⇒ Types::SelfManagedInput
Returns the value of attribute self_managed.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def self_managed @self_managed end |
#service_managed ⇒ Types::ServiceManagedInput
Returns the value of attribute service_managed.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def service_managed @service_managed end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def unknown @unknown end |