Class: Aws::Types::ConnectionHttpParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#body_parameters::Array[Types::ConnectionBodyParameter]

Returns the value of attribute body_parameters.

Returns:



142
143
144
# File 'sig/types.rbs', line 142

def body_parameters
  @body_parameters
end

#header_parameters::Array[Types::ConnectionHeaderParameter]

Returns the value of attribute header_parameters.

Returns:



140
141
142
# File 'sig/types.rbs', line 140

def header_parameters
  @header_parameters
end

#query_string_parameters::Array[Types::ConnectionQueryStringParameter]

Returns the value of attribute query_string_parameters.

Returns:



141
142
143
# File 'sig/types.rbs', line 141

def query_string_parameters
  @query_string_parameters
end