Class: Aws::Types::GetShippingLabelOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetShippingLabelOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#shipping_label_url ⇒ ::String
Returns the value of attribute shipping_label_url.
-
#warning ⇒ ::String
Returns the value of attribute warning.
Instance Attribute Details
#shipping_label_url ⇒ ::String
Returns the value of attribute shipping_label_url.
84 85 86 |
# File 'sig/types.rbs', line 84 def shipping_label_url @shipping_label_url end |
#warning ⇒ ::String
Returns the value of attribute warning.
85 86 87 |
# File 'sig/types.rbs', line 85 def warning @warning end |