Class: Aws::Types::CreatePackageImportJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:



100
101
102
# File 'sig/types.rbs', line 100

def job_tags
  @job_tags
end

#job_type ⇒ "NODE_PACKAGE_VERSION", "MARKETPLACE_NODE_PACKAGE_VERSION"

Returns the value of attribute job_type.

Returns:

  • ("NODE_PACKAGE_VERSION", "MARKETPLACE_NODE_PACKAGE_VERSION")


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