Class: Aws::Types::AutomatedReasoningPolicyBuildStepContext

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

Defined Under Namespace

Classes: Mutation, Planning, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mutationTypes::AutomatedReasoningPolicyMutation

Returns the value of attribute mutation.



390
391
392
# File 'sig/types.rbs', line 390

def mutation
  @mutation
end

#planningTypes::AutomatedReasoningPolicyPlanning

Returns the value of attribute planning.



389
390
391
# File 'sig/types.rbs', line 389

def planning
  @planning
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


391
392
393
# File 'sig/types.rbs', line 391

def unknown
  @unknown
end