Class: Aws::Types::ConnectionHeaderParameter

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)


135
136
137
# File 'sig/types.rbs', line 135

def is_value_secret
  @is_value_secret
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def value
  @value
end