Class: Aws::Types::AutomatedReasoningPolicyAtomicStatement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def id
  @id
end

#locationTypes::AutomatedReasoningPolicyStatementLocation

Returns the value of attribute location.



321
322
323
# File 'sig/types.rbs', line 321

def location
  @location
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def text
  @text
end