Class: Aws::Types::AutomatedReasoningPolicyBuildStep

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contextTypes::AutomatedReasoningPolicyBuildStepContext

Returns the value of attribute context.



382
383
384
# File 'sig/types.rbs', line 382

def context
  @context
end

#messages::Array[Types::AutomatedReasoningPolicyBuildStepMessage]

Returns the value of attribute messages.



384
385
386
# File 'sig/types.rbs', line 384

def messages
  @messages
end

#prior_elementTypes::AutomatedReasoningPolicyDefinitionElement

Returns the value of attribute prior_element.



383
384
385
# File 'sig/types.rbs', line 383

def prior_element
  @prior_element
end