Class: Aws::Types::AutomatedReasoningPolicyDefinitionType

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)


483
484
485
# File 'sig/types.rbs', line 483

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def name
  @name
end

#values::Array[Types::AutomatedReasoningPolicyDefinitionTypeValue]

Returns the value of attribute values.



484
485
486
# File 'sig/types.rbs', line 484

def values
  @values
end