Class: Aws::Types::TelephonyOutboundMode

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Agentless, Predictive, Preview, Progressive, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agentlessTypes::AgentlessConfig

Returns the value of attribute agentless.



788
789
790
# File 'sig/types.rbs', line 788

def agentless
  @agentless
end

#predictiveTypes::PredictiveConfig

Returns the value of attribute predictive.



787
788
789
# File 'sig/types.rbs', line 787

def predictive
  @predictive
end

#previewTypes::PreviewConfig

Returns the value of attribute preview.



789
790
791
# File 'sig/types.rbs', line 789

def preview
  @preview
end

#progressiveTypes::ProgressiveConfig

Returns the value of attribute progressive.



786
787
788
# File 'sig/types.rbs', line 786

def progressive
  @progressive
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


790
791
792
# File 'sig/types.rbs', line 790

def unknown
  @unknown
end