Class: Aws::Types::PipeEnrichmentHttpParameters
- Inherits:
-
Object
- Object
- Aws::Types::PipeEnrichmentHttpParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#header_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute header_parameters.
-
#path_parameter_values ⇒ ::Array[::String]
Returns the value of attribute path_parameter_values.
-
#query_string_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute query_string_parameters.
Instance Attribute Details
#header_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute header_parameters.
328 329 330 |
# File 'sig/types.rbs', line 328 def header_parameters @header_parameters end |
#path_parameter_values ⇒ ::Array[::String]
Returns the value of attribute path_parameter_values.
327 328 329 |
# File 'sig/types.rbs', line 327 def path_parameter_values @path_parameter_values end |
#query_string_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute query_string_parameters.
329 330 331 |
# File 'sig/types.rbs', line 329 def query_string_parameters @query_string_parameters end |