Class: Aws::Types::AutomatedReasoningPolicyUpdateTypeAnnotation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :new_name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def name
  @name
end

#new_name::String

Returns the value of attribute new_name.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def new_name
  @new_name
end

#values::Array[Types::AutomatedReasoningPolicyTypeValueAnnotation]

Returns the value of attribute values.



758
759
760
# File 'sig/types.rbs', line 758

def values
  @values
end