Class: Aws::Types::UpdateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_id ⇒ ::String
Returns the value of attribute address_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#forwarding_address_id ⇒ ::String
Returns the value of attribute forwarding_address_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#notification ⇒ Types::Notification
Returns the value of attribute notification.
-
#on_device_service_configuration ⇒ Types::OnDeviceServiceConfiguration
Returns the value of attribute on_device_service_configuration.
-
#pickup_details ⇒ Types::PickupDetails
Returns the value of attribute pickup_details.
-
#resources ⇒ Types::JobResource
Returns the value of attribute resources.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#shipping_option ⇒ "SECOND_DAY", ...
Returns the value of attribute shipping_option.
-
#snowball_capacity_preference ⇒ "T50", ...
Returns the value of attribute snowball_capacity_preference.
Instance Attribute Details
#address_id ⇒ ::String
Returns the value of attribute address_id.
638 639 640 |
# File 'sig/types.rbs', line 638 def address_id @address_id end |
#description ⇒ ::String
Returns the value of attribute description.
640 641 642 |
# File 'sig/types.rbs', line 640 def description @description end |
#forwarding_address_id ⇒ ::String
Returns the value of attribute forwarding_address_id.
642 643 644 |
# File 'sig/types.rbs', line 642 def forwarding_address_id @forwarding_address_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
633 634 635 |
# File 'sig/types.rbs', line 633 def job_id @job_id end |
#notification ⇒ Types::Notification
Returns the value of attribute notification.
635 636 637 |
# File 'sig/types.rbs', line 635 def notification @notification end |
#on_device_service_configuration ⇒ Types::OnDeviceServiceConfiguration
Returns the value of attribute on_device_service_configuration.
637 638 639 |
# File 'sig/types.rbs', line 637 def on_device_service_configuration @on_device_service_configuration end |
#pickup_details ⇒ Types::PickupDetails
Returns the value of attribute pickup_details.
643 644 645 |
# File 'sig/types.rbs', line 643 def pickup_details @pickup_details end |
#resources ⇒ Types::JobResource
Returns the value of attribute resources.
636 637 638 |
# File 'sig/types.rbs', line 636 def resources @resources end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
634 635 636 |
# File 'sig/types.rbs', line 634 def role_arn @role_arn end |
#shipping_option ⇒ "SECOND_DAY", ...
Returns the value of attribute shipping_option.
639 640 641 |
# File 'sig/types.rbs', line 639 def shipping_option @shipping_option end |
#snowball_capacity_preference ⇒ "T50", ...
Returns the value of attribute snowball_capacity_preference.
641 642 643 |
# File 'sig/types.rbs', line 641 def snowball_capacity_preference @snowball_capacity_preference end |