Class: Aws::Types::CreateSolutionVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSolutionVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#solution_arn ⇒ ::String
Returns the value of attribute solution_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#training_mode ⇒ "FULL", ...
Returns the value of attribute training_mode.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
397 398 399 |
# File 'sig/types.rbs', line 397 def name @name end |
#solution_arn ⇒ ::String
Returns the value of attribute solution_arn.
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.
400 401 402 |
# File 'sig/types.rbs', line 400 def @tags end |
#training_mode ⇒ "FULL", ...
Returns the value of attribute training_mode.
399 400 401 |
# File 'sig/types.rbs', line 399 def training_mode @training_mode end |