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.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def self_managed @self_managed end |
#service_managed ⇒ Types::ServiceManagedInput
Returns the value of attribute service_managed.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def service_managed @service_managed end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def unknown @unknown end |