Class: Aws::Types::HttpQueryParameter
- Inherits:
-
Object
- Object
- Aws::Types::HttpQueryParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#match ⇒ Types::QueryParameterMatch
Returns the value of attribute match.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#match ⇒ Types::QueryParameterMatch
Returns the value of attribute match.
660 661 662 |
# File 'sig/types.rbs', line 660 def match @match end |
#name ⇒ ::String
Returns the value of attribute name.
661 662 663 |
# File 'sig/types.rbs', line 661 def name @name end |