Class: Aws::Types::Signal

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activities::Array[Types::Activity]

Returns the value of attribute activities.

Returns:



2988
2989
2990
# File 'sig/types.rbs', line 2988

def activities
  @activities
end

#actor_ids::Array[::String]

Returns the value of attribute actor_ids.

Returns:

  • (::Array[::String])


2985
2986
2987
# File 'sig/types.rbs', line 2985

def actor_ids
  @actor_ids
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


2983
2984
2985
# File 'sig/types.rbs', line 2983

def count
  @count
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2978
2979
2980
# File 'sig/types.rbs', line 2978

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2976
2977
2978
# File 'sig/types.rbs', line 2976

def description
  @description
end

#endpoint_ids::Array[::String]

Returns the value of attribute endpoint_ids.

Returns:

  • (::Array[::String])


2986
2987
2988
# File 'sig/types.rbs', line 2986

def endpoint_ids
  @endpoint_ids
end

#first_seen_at::Time

Returns the value of attribute first_seen_at.

Returns:

  • (::Time)


2980
2981
2982
# File 'sig/types.rbs', line 2980

def first_seen_at
  @first_seen_at
end

#last_seen_at::Time

Returns the value of attribute last_seen_at.

Returns:

  • (::Time)


2981
2982
2983
# File 'sig/types.rbs', line 2981

def last_seen_at
  @last_seen_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2977
2978
2979
# File 'sig/types.rbs', line 2977

def name
  @name
end

#resource_uids::Array[::String]

Returns the value of attribute resource_uids.

Returns:

  • (::Array[::String])


2984
2985
2986
# File 'sig/types.rbs', line 2984

def resource_uids
  @resource_uids
end

#severity::Float

Returns the value of attribute severity.

Returns:

  • (::Float)


2982
2983
2984
# File 'sig/types.rbs', line 2982

def severity
  @severity
end

#signal_indicators::Array[Types::Indicator]

Returns the value of attribute signal_indicators.

Returns:



2987
2988
2989
# File 'sig/types.rbs', line 2987

def signal_indicators
  @signal_indicators
end

#type"FINDING", ...

Returns the value of attribute type.

Returns:

  • ("FINDING", "CLOUD_TRAIL", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "FLOW_LOGS", "DNS_LOGS", "RUNTIME_MONITORING")


2975
2976
2977
# File 'sig/types.rbs', line 2975

def type
  @type
end

#uid::String

Returns the value of attribute uid.

Returns:

  • (::String)


2974
2975
2976
# File 'sig/types.rbs', line 2974

def uid
  @uid
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2979
2980
2981
# File 'sig/types.rbs', line 2979

def updated_at
  @updated_at
end