Class: Aws::Types::ConnectionQueryStringParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:value])

Instance Attribute Summary collapse

Instance Attribute Details

#is_value_secretBoolean

Returns the value of attribute is_value_secret.

Returns:

  • (Boolean)


171
172
173
# File 'sig/types.rbs', line 171

def is_value_secret
  @is_value_secret
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def value
  @value
end