Class: Aws::Types::PipeTargetHttpParameters
- Inherits:
-
Object
- Object
- Aws::Types::PipeTargetHttpParameters
- 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.
487 488 489 |
# File 'sig/types.rbs', line 487 def header_parameters @header_parameters end |
#path_parameter_values ⇒ ::Array[::String]
Returns the value of attribute path_parameter_values.
486 487 488 |
# File 'sig/types.rbs', line 486 def path_parameter_values @path_parameter_values end |
#query_string_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute query_string_parameters.
488 489 490 |
# File 'sig/types.rbs', line 488 def query_string_parameters @query_string_parameters end |