Class: Aws::Types::Configuration
- Inherits:
-
Object
- Object
- Aws::Types::Configuration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ConnectConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connect_configuration ⇒ Types::ConnectConfiguration
Returns the value of attribute connect_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#connect_configuration ⇒ Types::ConnectConfiguration
Returns the value of attribute connect_configuration.
441 442 443 |
# File 'sig/types.rbs', line 441 def connect_configuration @connect_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
442 443 444 |
# File 'sig/types.rbs', line 442 def unknown @unknown end |