Class: Aws::Types::UpdateJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_id::String

Returns the value of attribute address_id.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def address_id
  @address_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


633
634
635
# File 'sig/types.rbs', line 633

def job_id
  @job_id
end

#notificationTypes::Notification

Returns the value of attribute notification.

Returns:



635
636
637
# File 'sig/types.rbs', line 635

def notification
  @notification
end

#on_device_service_configurationTypes::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_detailsTypes::PickupDetails

Returns the value of attribute pickup_details.



643
644
645
# File 'sig/types.rbs', line 643

def pickup_details
  @pickup_details
end

#resourcesTypes::JobResource

Returns the value of attribute resources.

Returns:



636
637
638
# File 'sig/types.rbs', line 636

def resources
  @resources
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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.

Returns:

  • ("SECOND_DAY", "NEXT_DAY", "EXPRESS", "STANDARD")


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.

Returns:

  • ("T50", "T80", "T100", "T42", "T98", "T8", "T14", "T32", "NoPreference", "T240", "T13")


641
642
643
# File 'sig/types.rbs', line 641

def snowball_capacity_preference
  @snowball_capacity_preference
end