Class: Aws::Types::RuleDetail

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)


2643
2644
2645
# File 'sig/types.rbs', line 2643

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2654
2655
2656
# File 'sig/types.rbs', line 2654

def created_at
  @created_at
end

#data_source"CloudTrailManagementEvent"

Returns the value of attribute data_source.

Returns:

  • ("CloudTrailManagementEvent")


2647
2648
2649
# File 'sig/types.rbs', line 2647

def data_source
  @data_source
end

#definitionTypes::RuleDefinition

Returns the value of attribute definition.



2651
2652
2653
# File 'sig/types.rbs', line 2651

def definition
  @definition
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2645
2646
2647
# File 'sig/types.rbs', line 2645

def description
  @description
end

#language"SQL"

Returns the value of attribute language.

Returns:

  • ("SQL")


2652
2653
2654
# File 'sig/types.rbs', line 2652

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2644
2645
2646
# File 'sig/types.rbs', line 2644

def name
  @name
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


2642
2643
2644
# File 'sig/types.rbs', line 2642

def rule_id
  @rule_id
end

#schema"CloudTrail"

Returns the value of attribute schema.

Returns:

  • ("CloudTrail")


2653
2654
2655
# File 'sig/types.rbs', line 2653

def schema
  @schema
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


2650
2651
2652
# File 'sig/types.rbs', line 2650

def service
  @service
end

#severity"CRITICAL", ...

Returns the value of attribute severity.

Returns:

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


2646
2647
2648
# File 'sig/types.rbs', line 2646

def severity
  @severity
end

#tactic::String

Returns the value of attribute tactic.

Returns:

  • (::String)


2648
2649
2650
# File 'sig/types.rbs', line 2648

def tactic
  @tactic
end

#technique::String

Returns the value of attribute technique.

Returns:

  • (::String)


2649
2650
2651
# File 'sig/types.rbs', line 2649

def technique
  @technique
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2655
2656
2657
# File 'sig/types.rbs', line 2655

def updated_at
  @updated_at
end