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.
1771 1772 1773 |
# File 'sig/types.rbs', line 1771 def self_managed @self_managed end |
#service_managed ⇒ Types::ServiceManagedInput
Returns the value of attribute service_managed.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def service_managed @service_managed end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def unknown @unknown end |