Class: Aws::Types::SourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_configuration ⇒ Types::FilterConfiguration
Returns the value of attribute filter_configuration.
-
#pagination_configuration ⇒ Types::PaginationConfiguration
Returns the value of attribute pagination_configuration.
-
#request_method ⇒ "GET", "POST"
Returns the value of attribute request_method.
-
#request_parameters ⇒ ::Array[Types::ConnectorProperty]
Returns the value of attribute request_parameters.
-
#request_path ⇒ ::String
Returns the value of attribute request_path.
-
#response_configuration ⇒ Types::ResponseConfiguration
Returns the value of attribute response_configuration.
Instance Attribute Details
#filter_configuration ⇒ Types::FilterConfiguration
Returns the value of attribute filter_configuration.
7055 7056 7057 |
# File 'sig/types.rbs', line 7055 def filter_configuration @filter_configuration end |
#pagination_configuration ⇒ Types::PaginationConfiguration
Returns the value of attribute pagination_configuration.
7054 7055 7056 |
# File 'sig/types.rbs', line 7054 def pagination_configuration @pagination_configuration end |
#request_method ⇒ "GET", "POST"
Returns the value of attribute request_method.
7050 7051 7052 |
# File 'sig/types.rbs', line 7050 def request_method @request_method end |
#request_parameters ⇒ ::Array[Types::ConnectorProperty]
Returns the value of attribute request_parameters.
7052 7053 7054 |
# File 'sig/types.rbs', line 7052 def request_parameters @request_parameters end |
#request_path ⇒ ::String
Returns the value of attribute request_path.
7051 7052 7053 |
# File 'sig/types.rbs', line 7051 def request_path @request_path end |
#response_configuration ⇒ Types::ResponseConfiguration
Returns the value of attribute response_configuration.
7053 7054 7055 |
# File 'sig/types.rbs', line 7053 def response_configuration @response_configuration end |