Class: Aws::Types::Envelope
- Inherits:
-
Object
- Object
- Aws::Types::Envelope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from ⇒ ::String
Returns the value of attribute from.
-
#helo ⇒ ::String
Returns the value of attribute helo.
-
#to ⇒ ::Array[::String]
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ ::String
Returns the value of attribute from.
373 374 375 |
# File 'sig/types.rbs', line 373 def from @from end |
#helo ⇒ ::String
Returns the value of attribute helo.
372 373 374 |
# File 'sig/types.rbs', line 372 def helo @helo end |
#to ⇒ ::Array[::String]
Returns the value of attribute to.
374 375 376 |
# File 'sig/types.rbs', line 374 def to @to end |