Class: Aws::Types::CreateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_configuration ⇒ Types::AssetConfiguration
Returns the value of attribute asset_configuration.
-
#details ⇒ Types::RequestDetails
Returns the value of attribute details.
-
#type ⇒ "IMPORT_ASSETS_FROM_S3", ...
Returns the value of attribute type.
Instance Attribute Details
#asset_configuration ⇒ Types::AssetConfiguration
Returns the value of attribute asset_configuration.
193 194 195 |
# File 'sig/types.rbs', line 193 def asset_configuration @asset_configuration end |
#details ⇒ Types::RequestDetails
Returns the value of attribute details.
194 195 196 |
# File 'sig/types.rbs', line 194 def details @details end |
#type ⇒ "IMPORT_ASSETS_FROM_S3", ...
Returns the value of attribute type.
195 196 197 |
# File 'sig/types.rbs', line 195 def type @type end |