Class: Aws::Types::PipeEnrichmentParameters
- Inherits:
-
Object
- Object
- Aws::Types::PipeEnrichmentParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_parameters ⇒ Types::PipeEnrichmentHttpParameters
Returns the value of attribute http_parameters.
-
#input_template ⇒ ::String
Returns the value of attribute input_template.
Instance Attribute Details
#http_parameters ⇒ Types::PipeEnrichmentHttpParameters
Returns the value of attribute http_parameters.
335 336 337 |
# File 'sig/types.rbs', line 335 def http_parameters @http_parameters end |
#input_template ⇒ ::String
Returns the value of attribute input_template.
334 335 336 |
# File 'sig/types.rbs', line 334 def input_template @input_template end |