Class: Aws::Types::RuleResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


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

def message
  @message
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

  • (::Hash[::String, ::String])


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

def 
  @metadata
end

#status"PASSED", ...

Returns the value of attribute status.

Returns:

  • ("PASSED", "FAILED", "WARNING", "INFO", "UNKNOWN")


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

def status
  @status
end