Class: Aws::Types::ConnectionHeaderParameter

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#is_value_secretBoolean

Returns the value of attribute is_value_secret.



144
145
146
# File 'sig/types.rbs', line 144

def is_value_secret
  @is_value_secret
end

#key::String

Returns the value of attribute key.



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

def key
  @key
end

#value::String

Returns the value of attribute value.



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

def value
  @value
end