Class: Aws::Types::CreateSolutionVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def name
  @name
end

#solution_arn ⇒ ::String

Returns the value of attribute solution_arn.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def solution_arn
  @solution_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



400
401
402
# File 'sig/types.rbs', line 400

def tags
  @tags
end

#training_mode ⇒ "FULL", ...

Returns the value of attribute training_mode.

Returns:

  • ("FULL", "UPDATE", "AUTOTRAIN")


399
400
401
# File 'sig/types.rbs', line 399

def training_mode
  @training_mode
end