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.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def self_managed @self_managed end |
#service_managed ⇒ Types::ServiceManagedInput
Returns the value of attribute service_managed.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def service_managed @service_managed end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def unknown @unknown end |