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.
7023 7024 7025 |
# File 'sig/types.rbs', line 7023 def filter_configuration @filter_configuration end |
#pagination_configuration ⇒ Types::PaginationConfiguration
Returns the value of attribute pagination_configuration.
7022 7023 7024 |
# File 'sig/types.rbs', line 7022 def pagination_configuration @pagination_configuration end |
#request_method ⇒ "GET", "POST"
Returns the value of attribute request_method.
7018 7019 7020 |
# File 'sig/types.rbs', line 7018 def request_method @request_method end |
#request_parameters ⇒ ::Array[Types::ConnectorProperty]
Returns the value of attribute request_parameters.
7020 7021 7022 |
# File 'sig/types.rbs', line 7020 def request_parameters @request_parameters end |
#request_path ⇒ ::String
Returns the value of attribute request_path.
7019 7020 7021 |
# File 'sig/types.rbs', line 7019 def request_path @request_path end |
#response_configuration ⇒ Types::ResponseConfiguration
Returns the value of attribute response_configuration.
7021 7022 7023 |
# File 'sig/types.rbs', line 7021 def response_configuration @response_configuration end |