Class: Aws::Types::AutomatedReasoningPolicyBuildLogEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotationTypes::AutomatedReasoningPolicyAnnotation

Returns the value of attribute annotation.



331
332
333
# File 'sig/types.rbs', line 331

def annotation
  @annotation
end

#build_steps::Array[Types::AutomatedReasoningPolicyBuildStep]

Returns the value of attribute build_steps.



333
334
335
# File 'sig/types.rbs', line 333

def build_steps
  @build_steps
end

#status"APPLIED", "FAILED"

Returns the value of attribute status.

Returns:

  • ("APPLIED", "FAILED")


332
333
334
# File 'sig/types.rbs', line 332

def status
  @status
end