Class: Aws::Types::ValidateStateMachineDefinitionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:definition])

Instance Attribute Summary collapse

Instance Attribute Details

#definition::String

Returns the value of attribute definition.

Returns:

  • (::String)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def definition
  @definition
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1186
1187
1188
# File 'sig/types.rbs', line 1186

def max_results
  @max_results
end

#severity"ERROR", "WARNING"

Returns the value of attribute severity.

Returns:

  • ("ERROR", "WARNING")


1185
1186
1187
# File 'sig/types.rbs', line 1185

def severity
  @severity
end

#type"STANDARD", "EXPRESS"

Returns the value of attribute type.

Returns:

  • ("STANDARD", "EXPRESS")


1184
1185
1186
# File 'sig/types.rbs', line 1184

def type
  @type
end