Class: Aws::Types::AutomatedReasoningPolicyTypeValueAnnotation

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

Defined Under Namespace

Classes: AddTypeValue, DeleteTypeValue, Unknown, UpdateTypeValue

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_type_valueTypes::AutomatedReasoningPolicyAddTypeValue

Returns the value of attribute add_type_value.



714
715
716
# File 'sig/types.rbs', line 714

def add_type_value
  @add_type_value
end

#delete_type_valueTypes::AutomatedReasoningPolicyDeleteTypeValue

Returns the value of attribute delete_type_value.



716
717
718
# File 'sig/types.rbs', line 716

def delete_type_value
  @delete_type_value
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


717
718
719
# File 'sig/types.rbs', line 717

def unknown
  @unknown
end

#update_type_valueTypes::AutomatedReasoningPolicyUpdateTypeValue

Returns the value of attribute update_type_value.



715
716
717
# File 'sig/types.rbs', line 715

def update_type_value
  @update_type_value
end