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)


2154
2155
2156
# File 'sig/types.rbs', line 2154

def compilation_job_name
  @compilation_job_name
end

#edge_packaging_job_name::String

Returns the value of attribute edge_packaging_job_name.

Returns:

  • (::String)


2153
2154
2155
# File 'sig/types.rbs', line 2153

def edge_packaging_job_name
  @edge_packaging_job_name
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


2155
2156
2157
# File 'sig/types.rbs', line 2155

def model_name
  @model_name
end

#model_version::String

Returns the value of attribute model_version.

Returns:

  • (::String)


2156
2157
2158
# File 'sig/types.rbs', line 2156

def model_version
  @model_version
end

#output_configTypes::EdgeOutputConfig

Returns the value of attribute output_config.



2158
2159
2160
# File 'sig/types.rbs', line 2158

def output_config
  @output_config
end

#resource_key::String

Returns the value of attribute resource_key.

Returns:

  • (::String)


2159
2160
2161
# File 'sig/types.rbs', line 2159

def resource_key
  @resource_key
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2157
2158
2159
# File 'sig/types.rbs', line 2157

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2160
2161
2162
# File 'sig/types.rbs', line 2160

def tags
  @tags
end