Class: Aws::Types::ProgramSetValidationFailure
- Inherits:
-
Object
- Object
- Aws::Types::ProgramSetValidationFailure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[::String]
Returns the value of attribute errors.
-
#inputs_index ⇒ ::Integer
Returns the value of attribute inputs_index.
-
#program_index ⇒ ::Integer
Returns the value of attribute program_index.
Instance Attribute Details
#errors ⇒ ::Array[::String]
Returns the value of attribute errors.
328 329 330 |
# File 'sig/types.rbs', line 328 def errors @errors end |
#inputs_index ⇒ ::Integer
Returns the value of attribute inputs_index.
327 328 329 |
# File 'sig/types.rbs', line 327 def inputs_index @inputs_index end |
#program_index ⇒ ::Integer
Returns the value of attribute program_index.
326 327 328 |
# File 'sig/types.rbs', line 326 def program_index @program_index end |