Class: Aws::Types::AutomatedReasoningPolicyDefinitionVariable

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)


503
504
505
# File 'sig/types.rbs', line 503

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def name
  @name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def type
  @type
end