Class: Aws::Types::Envelope

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#from::String

Returns the value of attribute from.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def from
  @from
end

#helo::String

Returns the value of attribute helo.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def helo
  @helo
end

#to::Array[::String]

Returns the value of attribute to.

Returns:

  • (::Array[::String])


374
375
376
# File 'sig/types.rbs', line 374

def to
  @to
end