Class: Aws::Types::CreatePackageImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePackageImportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#input_config ⇒ Types::PackageImportJobInputConfig
Returns the value of attribute input_config.
-
#job_tags ⇒ ::Array[Types::JobResourceTags]
Returns the value of attribute job_tags.
-
#job_type ⇒ "NODE_PACKAGE_VERSION", "MARKETPLACE_NODE_PACKAGE_VERSION"
Returns the value of attribute job_type.
-
#output_config ⇒ Types::PackageImportJobOutputConfig
Returns the value of attribute output_config.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
98 99 100 |
# File 'sig/types.rbs', line 98 def client_token @client_token end |
#input_config ⇒ Types::PackageImportJobInputConfig
Returns the value of attribute input_config.
99 100 101 |
# File 'sig/types.rbs', line 99 def input_config @input_config end |
#job_tags ⇒ ::Array[Types::JobResourceTags]
Returns the value of attribute job_tags.
100 101 102 |
# File 'sig/types.rbs', line 100 def @job_tags end |
#job_type ⇒ "NODE_PACKAGE_VERSION", "MARKETPLACE_NODE_PACKAGE_VERSION"
Returns the value of attribute job_type.
101 102 103 |
# File 'sig/types.rbs', line 101 def job_type @job_type end |
#output_config ⇒ Types::PackageImportJobOutputConfig
Returns the value of attribute output_config.
102 103 104 |
# File 'sig/types.rbs', line 102 def output_config @output_config end |