Class: Aws::Types::CreateEdgePackagingJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compilation_job_name::String

Returns the value of attribute compilation_job_name.

Returns:

  • (::String)


2169
2170
2171
# File 'sig/types.rbs', line 2169

def compilation_job_name
  @compilation_job_name
end

#edge_packaging_job_name::String

Returns the value of attribute edge_packaging_job_name.

Returns:

  • (::String)


2168
2169
2170
# File 'sig/types.rbs', line 2168

def edge_packaging_job_name
  @edge_packaging_job_name
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


2170
2171
2172
# File 'sig/types.rbs', line 2170

def model_name
  @model_name
end

#model_version::String

Returns the value of attribute model_version.

Returns:

  • (::String)


2171
2172
2173
# File 'sig/types.rbs', line 2171

def model_version
  @model_version
end

#output_configTypes::EdgeOutputConfig

Returns the value of attribute output_config.



2173
2174
2175
# File 'sig/types.rbs', line 2173

def output_config
  @output_config
end

#resource_key::String

Returns the value of attribute resource_key.

Returns:

  • (::String)


2174
2175
2176
# File 'sig/types.rbs', line 2174

def resource_key
  @resource_key
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2172
2173
2174
# File 'sig/types.rbs', line 2172

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2175
2176
2177
# File 'sig/types.rbs', line 2175

def tags
  @tags
end