Class: Aws::Types::AutomatedReasoningPolicyAddTypeAnnotation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def name
  @name
end

#values::Array[Types::AutomatedReasoningPolicyDefinitionTypeValue]

Returns the value of attribute values.



221
222
223
# File 'sig/types.rbs', line 221

def values
  @values
end