Class: Aws::Types::ExternalSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExternalSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::Configuration
Returns the value of attribute configuration.
-
#source ⇒ "AMAZON_CONNECT"
Returns the value of attribute source.
Instance Attribute Details
#configuration ⇒ Types::Configuration
Returns the value of attribute configuration.
323 324 325 |
# File 'sig/types.rbs', line 323 def configuration @configuration end |
#source ⇒ "AMAZON_CONNECT"
Returns the value of attribute source.
324 325 326 |
# File 'sig/types.rbs', line 324 def source @source end |