Class: Aws::Types::AnalysisResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_detail::String

Returns the value of attribute analysis_detail.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def analysis_detail
  @analysis_detail
end

#identified_rule_ids::Array[::String]

Returns the value of attribute identified_rule_ids.

Returns:

  • (::Array[::String])


46
47
48
# File 'sig/types.rbs', line 46

def identified_rule_ids
  @identified_rule_ids
end

#identified_type"STATELESS_RULE_FORWARDING_ASYMMETRICALLY", "STATELESS_RULE_CONTAINS_TCP_FLAGS"

Returns the value of attribute identified_type.

Returns:

  • ("STATELESS_RULE_FORWARDING_ASYMMETRICALLY", "STATELESS_RULE_CONTAINS_TCP_FLAGS")


47
48
49
# File 'sig/types.rbs', line 47

def identified_type
  @identified_type
end