Class: Aws::Types::Email

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:value, :type])

Instance Attribute Summary collapse

Instance Attribute Details

#primary ⇒ Boolean

Returns the value of attribute primary.

Returns:

  • (Boolean)


216
217
218
# File 'sig/types.rbs', line 216

def primary
  @primary
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def type
  @type
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def value
  @value
end