Class: Aws::Types::EmailHeader

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:value])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1152
1153
1154
# File 'sig/types.rbs', line 1152

def name
  @name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1153
1154
1155
# File 'sig/types.rbs', line 1153

def value
  @value
end