Class: Aws::Types::GetShippingLabelInput
- Inherits:
-
Object
- Object
- Aws::Types::GetShippingLabelInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_version ⇒ ::String
Returns the value of attribute api_version.
-
#city ⇒ ::String
Returns the value of attribute city.
-
#company ⇒ ::String
Returns the value of attribute company.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#job_ids ⇒ ::Array[::String]
Returns the value of attribute job_ids.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
-
#state_or_province ⇒ ::String
Returns the value of attribute state_or_province.
-
#street1 ⇒ ::String
Returns the value of attribute street1.
-
#street2 ⇒ ::String
Returns the value of attribute street2.
-
#street3 ⇒ ::String
Returns the value of attribute street3.
Instance Attribute Details
#api_version ⇒ ::String
Returns the value of attribute api_version.
79 80 81 |
# File 'sig/types.rbs', line 79 def api_version @api_version end |
#city ⇒ ::String
Returns the value of attribute city.
74 75 76 |
# File 'sig/types.rbs', line 74 def city @city end |
#company ⇒ ::String
Returns the value of attribute company.
70 71 72 |
# File 'sig/types.rbs', line 70 def company @company end |
#country ⇒ ::String
Returns the value of attribute country.
72 73 74 |
# File 'sig/types.rbs', line 72 def country @country end |
#job_ids ⇒ ::Array[::String]
Returns the value of attribute job_ids.
68 69 70 |
# File 'sig/types.rbs', line 68 def job_ids @job_ids end |
#name ⇒ ::String
Returns the value of attribute name.
69 70 71 |
# File 'sig/types.rbs', line 69 def name @name end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
71 72 73 |
# File 'sig/types.rbs', line 71 def phone_number @phone_number end |
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
75 76 77 |
# File 'sig/types.rbs', line 75 def postal_code @postal_code end |
#state_or_province ⇒ ::String
Returns the value of attribute state_or_province.
73 74 75 |
# File 'sig/types.rbs', line 73 def state_or_province @state_or_province end |
#street1 ⇒ ::String
Returns the value of attribute street1.
76 77 78 |
# File 'sig/types.rbs', line 76 def street1 @street1 end |
#street2 ⇒ ::String
Returns the value of attribute street2.
77 78 79 |
# File 'sig/types.rbs', line 77 def street2 @street2 end |
#street3 ⇒ ::String
Returns the value of attribute street3.
78 79 80 |
# File 'sig/types.rbs', line 78 def street3 @street3 end |