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.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def configuration @configuration end |
#source ⇒ "AMAZON_CONNECT"
Returns the value of attribute source.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def source @source end |