Class: Aws::Types::CreateProjectVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#feature_configTypes::CustomizationFeatureConfig

Returns the value of attribute feature_config.



280
281
282
# File 'sig/types.rbs', line 280

def feature_config
  @feature_config
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def kms_key_id
  @kms_key_id
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



274
275
276
# File 'sig/types.rbs', line 274

def output_config
  @output_config
end

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def project_arn
  @project_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


277
278
279
# File 'sig/types.rbs', line 277

def tags
  @tags
end

#testing_dataTypes::TestingData

Returns the value of attribute testing_data.

Returns:



276
277
278
# File 'sig/types.rbs', line 276

def testing_data
  @testing_data
end

#training_dataTypes::TrainingData

Returns the value of attribute training_data.

Returns:



275
276
277
# File 'sig/types.rbs', line 275

def training_data
  @training_data
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def version_description
  @version_description
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def version_name
  @version_name
end