Class: Aws::Types::CreateJobRequest

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)


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.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def cluster_id
  @cluster_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def description
  @description
end

#device_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("IL2", "IL4", "IL5", "IL6", "IL99")


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.

Returns:

  • ("IMPORT", "EXPORT", "LOCAL_USE")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def long_term_pricing_id
  @long_term_pricing_id
end

#notificationTypes::Notification

Returns the value of attribute notification.

Returns:



137
138
139
# File 'sig/types.rbs', line 137

def notification
  @notification
end

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

Returns:

  • ("INSTALLED_ONLY", "INSTALLED_AUTOSTART", "NOT_INSTALLED")


143
144
145
# File 'sig/types.rbs', line 143

def remote_management
  @remote_management
end

#resourcesTypes::JobResource

Returns the value of attribute resources.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def resources
  @resources
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

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


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.

Returns:

  • ("STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C", "V3_5S", "RACK_5U_C")


139
140
141
# File 'sig/types.rbs', line 139

def snowball_type
  @snowball_type
end

#tax_documentsTypes::TaxDocuments

Returns the value of attribute tax_documents.

Returns:



141
142
143
# File 'sig/types.rbs', line 141

def tax_documents
  @tax_documents
end