Class: Aws::Types::TelephonyOutboundMode
- Inherits:
-
Object
- Object
- Aws::Types::TelephonyOutboundMode
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Agentless, Predictive, Preview, Progressive, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agentless ⇒ Types::AgentlessConfig
Returns the value of attribute agentless.
-
#predictive ⇒ Types::PredictiveConfig
Returns the value of attribute predictive.
-
#preview ⇒ Types::PreviewConfig
Returns the value of attribute preview.
-
#progressive ⇒ Types::ProgressiveConfig
Returns the value of attribute progressive.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#agentless ⇒ Types::AgentlessConfig
Returns the value of attribute agentless.
788 789 790 |
# File 'sig/types.rbs', line 788 def agentless @agentless end |
#predictive ⇒ Types::PredictiveConfig
Returns the value of attribute predictive.
787 788 789 |
# File 'sig/types.rbs', line 787 def predictive @predictive end |
#preview ⇒ Types::PreviewConfig
Returns the value of attribute preview.
789 790 791 |
# File 'sig/types.rbs', line 789 def preview @preview end |
#progressive ⇒ Types::ProgressiveConfig
Returns the value of attribute progressive.
786 787 788 |
# File 'sig/types.rbs', line 786 def progressive @progressive end |
#unknown ⇒ Object
Returns the value of attribute unknown.
790 791 792 |
# File 'sig/types.rbs', line 790 def unknown @unknown end |