Class: Aws::Types::CodeDeliveryDetailsType
- Inherits:
-
Object
- Object
- Aws::Types::CodeDeliveryDetailsType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#delivery_medium ⇒ "SMS", "EMAIL"
Returns the value of attribute delivery_medium.
-
#destination ⇒ ::String
Returns the value of attribute destination.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
497 498 499 |
# File 'sig/types.rbs', line 497 def attribute_name @attribute_name end |
#delivery_medium ⇒ "SMS", "EMAIL"
Returns the value of attribute delivery_medium.
496 497 498 |
# File 'sig/types.rbs', line 496 def delivery_medium @delivery_medium end |
#destination ⇒ ::String
Returns the value of attribute destination.
495 496 497 |
# File 'sig/types.rbs', line 495 def destination @destination end |