Class: Aws::Types::AutomatedReasoningPolicyAddVariableAnnotation

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

Constant Summary collapse

SENSITIVE =

Returns:

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

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def name
  @name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def type
  @type
end