Class: Aws::Types::ValidateStateMachineDefinitionInput
- Inherits:
-
Object
- Object
- Aws::Types::ValidateStateMachineDefinitionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ ::String
Returns the value of attribute definition.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#severity ⇒ "ERROR", "WARNING"
Returns the value of attribute severity.
-
#type ⇒ "STANDARD", "EXPRESS"
Returns the value of attribute type.
Instance Attribute Details
#definition ⇒ ::String
Returns the value of attribute definition.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def definition @definition end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def max_results @max_results end |
#severity ⇒ "ERROR", "WARNING"
Returns the value of attribute severity.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def severity @severity end |
#type ⇒ "STANDARD", "EXPRESS"
Returns the value of attribute type.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def type @type end |