Class: Aws::Types::RuleSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2661
2662
2663
# File 'sig/types.rbs', line 2661

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2671
2672
2673
# File 'sig/types.rbs', line 2671

def created_at
  @created_at
end

#data_source"CloudTrailManagementEvent"

Returns the value of attribute data_source.

Returns:

  • ("CloudTrailManagementEvent")


2665
2666
2667
# File 'sig/types.rbs', line 2665

def data_source
  @data_source
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2663
2664
2665
# File 'sig/types.rbs', line 2663

def description
  @description
end

#language"SQL"

Returns the value of attribute language.

Returns:

  • ("SQL")


2669
2670
2671
# File 'sig/types.rbs', line 2669

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2662
2663
2664
# File 'sig/types.rbs', line 2662

def name
  @name
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


2660
2661
2662
# File 'sig/types.rbs', line 2660

def rule_id
  @rule_id
end

#schema"CloudTrail"

Returns the value of attribute schema.

Returns:

  • ("CloudTrail")


2670
2671
2672
# File 'sig/types.rbs', line 2670

def schema
  @schema
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


2668
2669
2670
# File 'sig/types.rbs', line 2668

def service
  @service
end

#severity"CRITICAL", ...

Returns the value of attribute severity.

Returns:

  • ("CRITICAL", "HIGH", "MEDIUM", "LOW")


2664
2665
2666
# File 'sig/types.rbs', line 2664

def severity
  @severity
end

#tactic::String

Returns the value of attribute tactic.

Returns:

  • (::String)


2666
2667
2668
# File 'sig/types.rbs', line 2666

def tactic
  @tactic
end

#technique::String

Returns the value of attribute technique.

Returns:

  • (::String)


2667
2668
2669
# File 'sig/types.rbs', line 2667

def technique
  @technique
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2672
2673
2674
# File 'sig/types.rbs', line 2672

def updated_at
  @updated_at
end