Class: Aws::Types::UpdateAutomatedReasoningPolicyAnnotationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotations::Array[Types::AutomatedReasoningPolicyAnnotation]

Returns the value of attribute annotations.



3581
3582
3583
# File 'sig/types.rbs', line 3581

def annotations
  @annotations
end

#build_workflow_id::String

Returns the value of attribute build_workflow_id.

Returns:

  • (::String)


3580
3581
3582
# File 'sig/types.rbs', line 3580

def build_workflow_id
  @build_workflow_id
end

#last_updated_annotation_set_hash::String

Returns the value of attribute last_updated_annotation_set_hash.

Returns:

  • (::String)


3582
3583
3584
# File 'sig/types.rbs', line 3582

def last_updated_annotation_set_hash
  @last_updated_annotation_set_hash
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


3579
3580
3581
# File 'sig/types.rbs', line 3579

def policy_arn
  @policy_arn
end