Class: Aws::Types::GetShippingLabelOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#shipping_label_url::String

Returns the value of attribute shipping_label_url.

Returns:

  • (::String)


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.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def warning
  @warning
end