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.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def self_managed @self_managed end |
#service_managed ⇒ Types::ServiceManagedInput
Returns the value of attribute service_managed.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def service_managed @service_managed end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def unknown @unknown end |