Class: Aws::Types::CreateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_id ⇒ ::String
Returns the value of attribute address_id.
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_configuration ⇒ Types::DeviceConfiguration
Returns the value of attribute device_configuration.
-
#forwarding_address_id ⇒ ::String
Returns the value of attribute forwarding_address_id.
-
#impact_level ⇒ "IL2", ...
Returns the value of attribute impact_level.
-
#job_type ⇒ "IMPORT", ...
Returns the value of attribute job_type.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#long_term_pricing_id ⇒ ::String
Returns the value of attribute long_term_pricing_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.
-
#remote_management ⇒ "INSTALLED_ONLY", ...
Returns the value of attribute remote_management.
-
#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.
-
#snowball_type ⇒ "STANDARD", ...
Returns the value of attribute snowball_type.
-
#tax_documents ⇒ Types::TaxDocuments
Returns the value of attribute tax_documents.
Instance Attribute Details
#address_id ⇒ ::String
Returns the value of attribute address_id.
132 133 134 |
# File 'sig/types.rbs', line 132 def address_id @address_id end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
138 139 140 |
# File 'sig/types.rbs', line 138 def cluster_id @cluster_id end |
#description ⇒ ::String
Returns the value of attribute description.
131 132 133 |
# File 'sig/types.rbs', line 131 def description @description end |
#device_configuration ⇒ Types::DeviceConfiguration
Returns the value of attribute device_configuration.
142 143 144 |
# File 'sig/types.rbs', line 142 def device_configuration @device_configuration end |
#forwarding_address_id ⇒ ::String
Returns the value of attribute forwarding_address_id.
140 141 142 |
# File 'sig/types.rbs', line 140 def forwarding_address_id @forwarding_address_id end |
#impact_level ⇒ "IL2", ...
Returns the value of attribute impact_level.
145 146 147 |
# File 'sig/types.rbs', line 145 def impact_level @impact_level end |
#job_type ⇒ "IMPORT", ...
Returns the value of attribute job_type.
128 129 130 |
# File 'sig/types.rbs', line 128 def job_type @job_type end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
133 134 135 |
# File 'sig/types.rbs', line 133 def kms_key_arn @kms_key_arn end |
#long_term_pricing_id ⇒ ::String
Returns the value of attribute long_term_pricing_id.
144 145 146 |
# File 'sig/types.rbs', line 144 def long_term_pricing_id @long_term_pricing_id end |
#notification ⇒ Types::Notification
Returns the value of attribute notification.
137 138 139 |
# File 'sig/types.rbs', line 137 def notification @notification end |
#on_device_service_configuration ⇒ Types::OnDeviceServiceConfiguration
Returns the value of attribute on_device_service_configuration.
130 131 132 |
# File 'sig/types.rbs', line 130 def on_device_service_configuration @on_device_service_configuration end |
#pickup_details ⇒ Types::PickupDetails
Returns the value of attribute pickup_details.
146 147 148 |
# File 'sig/types.rbs', line 146 def pickup_details @pickup_details end |
#remote_management ⇒ "INSTALLED_ONLY", ...
Returns the value of attribute remote_management.
143 144 145 |
# File 'sig/types.rbs', line 143 def remote_management @remote_management end |
#resources ⇒ Types::JobResource
Returns the value of attribute resources.
129 130 131 |
# File 'sig/types.rbs', line 129 def resources @resources end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
134 135 136 |
# File 'sig/types.rbs', line 134 def role_arn @role_arn end |
#shipping_option ⇒ "SECOND_DAY", ...
Returns the value of attribute shipping_option.
136 137 138 |
# File 'sig/types.rbs', line 136 def shipping_option @shipping_option end |
#snowball_capacity_preference ⇒ "T50", ...
Returns the value of attribute snowball_capacity_preference.
135 136 137 |
# File 'sig/types.rbs', line 135 def snowball_capacity_preference @snowball_capacity_preference end |
#snowball_type ⇒ "STANDARD", ...
Returns the value of attribute snowball_type.
139 140 141 |
# File 'sig/types.rbs', line 139 def snowball_type @snowball_type end |
#tax_documents ⇒ Types::TaxDocuments
Returns the value of attribute tax_documents.
141 142 143 |
# File 'sig/types.rbs', line 141 def tax_documents @tax_documents end |